aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.cpp')
-rw-r--r--src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.cpp b/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.cpp
index 50271123e9..712ac584d1 100644
--- a/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.cpp
+++ b/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.cpp
@@ -36,7 +36,7 @@ using namespace ProjectExplorer;
namespace RemoteLinux {
RemoteLinuxCheckForFreeDiskSpaceStep::RemoteLinuxCheckForFreeDiskSpaceStep
- (BuildStepList *bsl, Core::Id id)
+ (BuildStepList *bsl, Utils::Id id)
: AbstractRemoteLinuxDeployStep(bsl, id)
{
setDefaultDisplayName(displayName());
@@ -66,7 +66,7 @@ RemoteLinuxCheckForFreeDiskSpaceStep::RemoteLinuxCheckForFreeDiskSpaceStep
RemoteLinuxCheckForFreeDiskSpaceStep::~RemoteLinuxCheckForFreeDiskSpaceStep() = default;
-Core::Id RemoteLinuxCheckForFreeDiskSpaceStep::stepId()
+Utils::Id RemoteLinuxCheckForFreeDiskSpaceStep::stepId()
{
return "RemoteLinux.CheckForFreeDiskSpaceStep";
}