aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/common/colorsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scxmleditor/common/colorsettings.h')
-rw-r--r--src/plugins/scxmleditor/common/colorsettings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/scxmleditor/common/colorsettings.h b/src/plugins/scxmleditor/common/colorsettings.h
index 5e56c50573..620d1b2760 100644
--- a/src/plugins/scxmleditor/common/colorsettings.h
+++ b/src/plugins/scxmleditor/common/colorsettings.h
@@ -29,7 +29,6 @@
#include <QFrame>
namespace ScxmlEditor {
-
namespace Common {
class ColorSettings : public QFrame
@@ -41,11 +40,12 @@ public:
void save();
void updateCurrentColors();
- void selectTheme(const QString &name);
void createTheme();
void removeTheme();
private:
+ void selectTheme(int);
+
QVariantMap m_colorThemes;
Ui::ColorSettings m_ui;
};