summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
-rw-r--r--utils/themeeditor/editorwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index 03cdf66caf..a13bd4b6bb 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -25,6 +25,7 @@
25#include <QMainWindow> 25#include <QMainWindow>
26 26
27#include "parsetreemodel.h" 27#include "parsetreemodel.h"
28#include "skinhighlighter.h"
28 29
29namespace Ui { 30namespace Ui {
30 class EditorWindow; 31 class EditorWindow;
@@ -43,6 +44,7 @@ private slots:
43private: 44private:
44 Ui::EditorWindow *ui; 45 Ui::EditorWindow *ui;
45 ParseTreeModel* tree; 46 ParseTreeModel* tree;
47 SkinHighlighter* highlighter;
46 48
47}; 49};
48 50