diff options
Diffstat (limited to 'src/plugins/remotelinux/makeinstallstep.h')
-rw-r--r-- | src/plugins/remotelinux/makeinstallstep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/makeinstallstep.h b/src/plugins/remotelinux/makeinstallstep.h index 76176299cce..9233fa76ba5 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: |