summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skindocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/skindocument.h')
-rw-r--r--utils/themeeditor/skindocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h
index b5eb60b2f4..c8f92955f5 100644
--- a/utils/themeeditor/skindocument.h
+++ b/utils/themeeditor/skindocument.h
@@ -25,11 +25,11 @@
25#include <QWidget> 25#include <QWidget>
26#include <QLabel> 26#include <QLabel>
27#include <QHBoxLayout> 27#include <QHBoxLayout>
28#include <QPlainTextEdit>
29 28
30#include "skinhighlighter.h" 29#include "skinhighlighter.h"
31#include "parsetreemodel.h" 30#include "parsetreemodel.h"
32#include "preferencesdialog.h" 31#include "preferencesdialog.h"
32#include "codeeditor.h"
33 33
34class SkinDocument : public QWidget 34class SkinDocument : public QWidget
35{ 35{
@@ -81,7 +81,7 @@ private:
81 QTextCharFormat errorColor; 81 QTextCharFormat errorColor;
82 82
83 QLayout* layout; 83 QLayout* layout;
84 QPlainTextEdit* editor; 84 CodeEditor* editor;
85 85
86 SkinHighlighter* highlighter; 86 SkinHighlighter* highlighter;
87 ParseTreeModel* model; 87 ParseTreeModel* model;