summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/syntaxcompleter.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/syntaxcompleter.h')
-rw-r--r--utils/themeeditor/gui/syntaxcompleter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/syntaxcompleter.h b/utils/themeeditor/gui/syntaxcompleter.h
index f0e0794d63..99a1c77c37 100644
--- a/utils/themeeditor/gui/syntaxcompleter.h
+++ b/utils/themeeditor/gui/syntaxcompleter.h
@@ -24,11 +24,13 @@
24 24
25#include <QTreeWidget> 25#include <QTreeWidget>
26 26
27class CodeEditor;
28
27class SyntaxCompleter : public QTreeWidget 29class SyntaxCompleter : public QTreeWidget
28{ 30{
29Q_OBJECT 31Q_OBJECT
30public: 32public:
31 SyntaxCompleter(QWidget *parent = 0); 33 SyntaxCompleter(CodeEditor *parent = 0);
32 void filter(QString text); 34 void filter(QString text);
33 35
34signals: 36signals: