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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index 8cbfd99ede..2b64bde793 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -26,6 +26,7 @@
26 26
27#include "parsetreemodel.h" 27#include "parsetreemodel.h"
28#include "skinhighlighter.h" 28#include "skinhighlighter.h"
29#include "skindocument.h"
29 30
30namespace Ui { 31namespace Ui {
31 class EditorWindow; 32 class EditorWindow;
@@ -41,9 +42,8 @@ protected:
41 virtual void closeEvent(QCloseEvent* event); 42 virtual void closeEvent(QCloseEvent* event);
42 43
43private slots: 44private slots:
44 void updateCode();
45 void codeChanged();
46 void showPanel(); 45 void showPanel();
46 void newTab();
47 47
48private: 48private:
49 /* Setup functions */ 49 /* Setup functions */
@@ -52,8 +52,6 @@ private:
52 void setupMenus(); 52 void setupMenus();
53 53
54 Ui::EditorWindow *ui; 54 Ui::EditorWindow *ui;
55 SkinHighlighter* highlighter;
56
57}; 55};
58 56
59#endif // EDITORWINDOW_H 57#endif // EDITORWINDOW_H