summaryrefslogtreecommitdiff
path: root/src/plugins/madde/maemoinstalltosysrootstep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/madde/maemoinstalltosysrootstep.h')
-rw-r--r--src/plugins/madde/maemoinstalltosysrootstep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/madde/maemoinstalltosysrootstep.h b/src/plugins/madde/maemoinstalltosysrootstep.h
index 5aca0e96a9..1ab18e1dea 100644
--- a/src/plugins/madde/maemoinstalltosysrootstep.h
+++ b/src/plugins/madde/maemoinstalltosysrootstep.h
@@ -32,7 +32,7 @@
#include <projectexplorer/abstractprocessstep.h>
#include <projectexplorer/buildstep.h>
-#include <remotelinux/deployablefile.h>
+#include <projectexplorer/deployablefile.h>
#include <QStringList>
@@ -104,7 +104,7 @@ public:
static QString displayName();
private:
QString m_systemRoot;
- QList<RemoteLinux::DeployableFile> m_files;
+ QList<ProjectExplorer::DeployableFile> m_files;
};
class MaemoMakeInstallToSysrootStep : public ProjectExplorer::AbstractProcessStep