aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h b/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h
index d438ccea4d..7200c201a0 100644
--- a/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h
+++ b/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h
@@ -35,10 +35,10 @@ class REMOTELINUX_EXPORT RemoteLinuxCustomCommandDeploymentStep
Q_OBJECT
public:
- RemoteLinuxCustomCommandDeploymentStep(ProjectExplorer::BuildStepList *bsl, Core::Id id);
+ RemoteLinuxCustomCommandDeploymentStep(ProjectExplorer::BuildStepList *bsl, Utils::Id id);
~RemoteLinuxCustomCommandDeploymentStep() override;
- static Core::Id stepId();
+ static Utils::Id stepId();
static QString displayName();
};