summaryrefslogtreecommitdiff
path: root/src/plugins/resourceeditor/resourceeditorw.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/resourceeditor/resourceeditorw.h
parent67437acf498fe74baadd07a59a8180dca8314f43 (diff)
downloadqt-creator-897c05f57c64d07c1361c7170495641ece42c7c3.tar.gz
replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginManager::instance()
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorw.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorw.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h
index 4070e155cd..cc26250458 100644
--- a/src/plugins/resourceeditor/resourceeditorw.h
+++ b/src/plugins/resourceeditor/resourceeditorw.h
@@ -40,11 +40,6 @@
#include <QtGui/QWidget>
#include <QtCore/QPointer>
-
-namespace Core {
- class ICore;
-}
-
namespace SharedTools {
class QrcEditor;
}
@@ -92,7 +87,6 @@ public:
typedef QList<int> Context;
ResourceEditorW(const Context &context,
- Core::ICore *core,
ResourceEditorPlugin *plugin,
QWidget *parent = 0);
~ResourceEditorW();
@@ -126,7 +120,6 @@ private:
QString m_displayName;
QString m_suggestedName;
const Context m_context;
- Core::ICore *m_core;
QPointer<SharedTools::QrcEditor> m_resourceEditor;
ResourceEditorFile *m_resourceFile;
ResourceEditorPlugin *m_plugin;