aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/editormanager/editormanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/editormanager/editormanager.h')
-rw-r--r--src/plugins/coreplugin/editormanager/editormanager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/coreplugin/editormanager/editormanager.h b/src/plugins/coreplugin/editormanager/editormanager.h
index 5368a98f5a..66503c0ae4 100644
--- a/src/plugins/coreplugin/editormanager/editormanager.h
+++ b/src/plugins/coreplugin/editormanager/editormanager.h
@@ -49,7 +49,6 @@ QT_END_NAMESPACE
namespace Core {
class IContext;
-class ICore;
class IEditor;
class IEditorFactory;
class IExternalEditor;
@@ -103,7 +102,7 @@ public:
typedef QList<IEditorFactory *> EditorFactoryList;
typedef QList<IExternalEditor *> ExternalEditorList;
- explicit EditorManager(ICore *core, QWidget *parent);
+ explicit EditorManager(QWidget *parent);
virtual ~EditorManager();
void init();
static EditorManager *instance();