aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/scripteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/editor/scripteditor.h')
-rw-r--r--src/modules/editor/scripteditor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h
index 7a66f1074..a95def827 100644
--- a/src/modules/editor/scripteditor.h
+++ b/src/modules/editor/scripteditor.h
@@ -28,7 +28,6 @@
#include "kvi_scripteditor.h"
#include "kvi_pointerlist.h"
#include "kvi_selectors.h"
-#include "kvi_tal_textedit.h"
#include "kvi_tal_popupmenu.h"
#include <QCompleter>
@@ -55,7 +54,7 @@ public:
public:
QString m_szFind;
protected:
- KviScriptEditorSyntaxHighlighter *m_pSyntaxHighlighter;
+ KviScriptEditorSyntaxHighlighter * m_pSyntaxHighlighter;
QCompleter * m_pCompleter;
QStringList * m_pListModulesNames;
QStringList * m_pListCompletition;