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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index e7fd96a548..5f39ed35d6 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -27,6 +27,7 @@
27#include "parsetreemodel.h" 27#include "parsetreemodel.h"
28#include "skinhighlighter.h" 28#include "skinhighlighter.h"
29#include "skindocument.h" 29#include "skindocument.h"
30#include "preferencesdialog.h"
30 31
31namespace Ui { 32namespace Ui {
32 class EditorWindow; 33 class EditorWindow;
@@ -59,8 +60,10 @@ private:
59 void saveSettings(); 60 void saveSettings();
60 void setupUI(); 61 void setupUI();
61 void setupMenus(); 62 void setupMenus();
63 void addTab(SkinDocument* doc);
62 64
63 Ui::EditorWindow *ui; 65 Ui::EditorWindow *ui;
66 PreferencesDialog* prefs;
64}; 67};
65 68
66#endif // EDITORWINDOW_H 69#endif // EDITORWINDOW_H