summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditorplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.h')
-rw-r--r--src/plugins/pythoneditor/pythoneditorplugin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorplugin.h b/src/plugins/pythoneditor/pythoneditorplugin.h
index 529d30202c..895a94e2f5 100644
--- a/src/plugins/pythoneditor/pythoneditorplugin.h
+++ b/src/plugins/pythoneditor/pythoneditorplugin.h
@@ -31,9 +31,7 @@
#define PYTHONEDITOR_PLUGIN_H
#include <extensionsystem/iplugin.h>
-#include <texteditor/texteditoractionhandler.h>
#include <QSet>
-#include <QScopedPointer>
namespace PythonEditor {
namespace Internal {
@@ -65,7 +63,6 @@ public:
private:
static PythonEditorPlugin *m_instance;
EditorFactory *m_factory;
- TextEditor::TextEditorActionHandler *m_actionHandler;
QSet<QString> m_keywords;
QSet<QString> m_magics;
QSet<QString> m_builtins;