Brining back the removed color options
[quassel.git] / src / qtui / settingspages / colorsettingspage.h
index 4049a98..a89190d 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -47,6 +47,7 @@ class ColorSettingsPage : public SettingsPage {
     void defaultUserActivity();
     void defaultMessage();
     void defaultMircColorCodes();
+    void defaultNickview();
 
   private slots:
     void widgetHasChanged();
@@ -60,7 +61,8 @@ class ColorSettingsPage : public SettingsPage {
     bool testHasChanged();
     void chatviewPreview();
     void bufferviewPreview();
-    void saveColor(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