summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/configdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/configdocument.h')
-rw-r--r--utils/themeeditor/gui/configdocument.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/configdocument.h b/utils/themeeditor/gui/configdocument.h
index 29278dbd11..41b74e1599 100644
--- a/utils/themeeditor/gui/configdocument.h
+++ b/utils/themeeditor/gui/configdocument.h
@@ -88,6 +88,11 @@ private slots:
88 void unblockUpdates(){ block = false; } 88 void unblockUpdates(){ block = false; }
89 void buttonChecked(); 89 void buttonChecked();
90 90
91 void connectPrefs(PreferencesDialog *prefs);
92
93public slots:
94 void settingsChanged();
95
91private: 96private:
92 void addRow(QString key, QString value); 97 void addRow(QString key, QString value);
93 98