summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidrunconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/androidrunconfiguration.h')
-rw-r--r--src/plugins/android/androidrunconfiguration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/android/androidrunconfiguration.h b/src/plugins/android/androidrunconfiguration.h
index 7290b84d7b..523e4936e8 100644
--- a/src/plugins/android/androidrunconfiguration.h
+++ b/src/plugins/android/androidrunconfiguration.h
@@ -35,7 +35,7 @@
#include <projectexplorer/runconfiguration.h>
-namespace Qt4ProjectManager { class Qt4ProFileNode; }
+namespace QmakeProjectManager { class Qt4ProFileNode; }
namespace Android {
namespace Internal {
@@ -70,7 +70,7 @@ protected:
bool fromMap(const QVariantMap &map);
QVariantMap toMap() const;
private slots:
- void proFileUpdated(Qt4ProjectManager::Qt4ProFileNode *pro, bool success, bool parseInProgress);
+ void proFileUpdated(QmakeProjectManager::Qt4ProFileNode *pro, bool success, bool parseInProgress);
private:
void init();