aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/makeinstallstep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/makeinstallstep.h')
-rw-r--r--src/plugins/remotelinux/makeinstallstep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/makeinstallstep.h b/src/plugins/remotelinux/makeinstallstep.h
index 76176299cc..9233fa76ba 100644
--- a/src/plugins/remotelinux/makeinstallstep.h
+++ b/src/plugins/remotelinux/makeinstallstep.h
@@ -39,9 +39,9 @@ class REMOTELINUX_EXPORT MakeInstallStep : public ProjectExplorer::MakeStep
{
Q_OBJECT
public:
- MakeInstallStep(ProjectExplorer::BuildStepList *parent, Core::Id id);
+ MakeInstallStep(ProjectExplorer::BuildStepList *parent, Utils::Id id);
- static Core::Id stepId();
+ static Utils::Id stepId();
static QString displayName();
private: