summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidextralibrarylistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/androidextralibrarylistmodel.h')
-rw-r--r--src/plugins/android/androidextralibrarylistmodel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/android/androidextralibrarylistmodel.h b/src/plugins/android/androidextralibrarylistmodel.h
index a4f5f203a3..d343acbaf4 100644
--- a/src/plugins/android/androidextralibrarylistmodel.h
+++ b/src/plugins/android/androidextralibrarylistmodel.h
@@ -34,7 +34,7 @@
#include <QAbstractItemModel>
#include <QStringList>
-namespace Qt4ProjectManager { class Qt4Project; }
+namespace QmakeProjectManager { class Qt4Project; }
namespace Android {
namespace Internal {
@@ -42,7 +42,7 @@ class AndroidExtraLibraryListModel : public QAbstractItemModel
{
Q_OBJECT
public:
- explicit AndroidExtraLibraryListModel(Qt4ProjectManager::Qt4Project *project,
+ explicit AndroidExtraLibraryListModel(QmakeProjectManager::Qt4Project *project,
QObject *parent = 0);
QModelIndex index(int row, int column, const QModelIndex &parent) const;
@@ -58,7 +58,7 @@ private slots:
void reset();
private:
- Qt4ProjectManager::Qt4Project *m_project;
+ QmakeProjectManager::Qt4Project *m_project;
QStringList m_entries;
};