Clean up ColorSettingsPage and make it store stuff correctly
[quassel.git] / src / qtui / settingspages / colorsettingspage.h
index 6cd2159..7888da2 100644 (file)
@@ -61,8 +61,8 @@ class ColorSettingsPage : public SettingsPage {
     bool testHasChanged();
     void chatviewPreview();
     void bufferviewPreview();
-    void saveColor(bool foreground, UiStyle::FormatType formatType, const QColor &color, bool enableColor=true);
-    void saveMircColor(bool foreground, UiStyle::FormatType formatType, const QColor &color);
+    void saveColor(UiStyle::FormatType formatType, const QColor &foreground, const QColor &background, bool enableBG = true);
+    void saveMircColor(int num, const QColor &color);
 };
 
 #endif