summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/wizards/qtwizard.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-01-20 15:31:33 +0100
committerhjk <qtc-committer@nokia.com>2009-01-20 15:31:33 +0100
commit897c05f57c64d07c1361c7170495641ece42c7c3 (patch)
tree8ccf5b7874d25af2bc47a3fb6ea1cb63b93a6a72 /src/plugins/qt4projectmanager/wizards/qtwizard.h
parent67437acf498fe74baadd07a59a8180dca8314f43 (diff)
downloadqt-creator-897c05f57c64d07c1361c7170495641ece42c7c3.tar.gz
replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginManager::instance()
Diffstat (limited to 'src/plugins/qt4projectmanager/wizards/qtwizard.h')
-rw-r--r--src/plugins/qt4projectmanager/wizards/qtwizard.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/plugins/qt4projectmanager/wizards/qtwizard.h b/src/plugins/qt4projectmanager/wizards/qtwizard.h
index 9858251a9d..dd031ef7e0 100644
--- a/src/plugins/qt4projectmanager/wizards/qtwizard.h
+++ b/src/plugins/qt4projectmanager/wizards/qtwizard.h
@@ -38,13 +38,8 @@
#include <coreplugin/basefilewizard.h>
-QT_BEGIN_NAMESPACE
-class QTextStream;
-class QDir;
-QT_END_NAMESPACE
-
namespace ProjectExplorer {
- class ProjectExplorerPlugin;
+class ProjectExplorerPlugin;
}
namespace Qt4ProjectManager {
@@ -60,14 +55,11 @@ namespace Internal {
class QtWizard : public Core::BaseFileWizard
{
- Q_DISABLE_COPY(QtWizard)
Q_OBJECT
-
-public:
+ Q_DISABLE_COPY(QtWizard)
protected:
- explicit QtWizard(Core::ICore *core, const QString &name,
- const QString &description, const QIcon &icon);
+ QtWizard(const QString &name, const QString &description, const QIcon &icon);
QString templateDir() const;