summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidpackagecreationwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/androidpackagecreationwidget.h')
-rw-r--r--src/plugins/android/androidpackagecreationwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/android/androidpackagecreationwidget.h b/src/plugins/android/androidpackagecreationwidget.h
index 9362ba54e5..91d2313da4 100644
--- a/src/plugins/android/androidpackagecreationwidget.h
+++ b/src/plugins/android/androidpackagecreationwidget.h
@@ -41,7 +41,7 @@ class QFileSystemWatcher;
namespace Ui { class AndroidPackageCreationWidget; }
QT_END_NAMESPACE
-namespace Qt4ProjectManager { class Qt4BuildConfiguration; }
+namespace QmakeProjectManager { class Qt4BuildConfiguration; }
namespace Android {
namespace Internal {
@@ -112,7 +112,7 @@ private:
CheckModel *m_qtLibsModel;
CheckModel *m_prebundledLibs;
QFileSystemWatcher *m_fileSystemWatcher;
- Qt4ProjectManager::Qt4BuildConfiguration *m_currentBuildConfiguration;
+ QmakeProjectManager::Qt4BuildConfiguration *m_currentBuildConfiguration;
};
} // namespace Internal