X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fcolorsettingspage.h;h=a89190de63d74e24094a8cc2b7acc59c15214c76;hp=4df8d69f5bf7e4362b3dbdb9dd3f2bc9dd53867d;hb=c6a6c0e4317986792320826956fd5ead2b3e9e67;hpb=68efe6df6d72f1ac498d0594866455418552665d diff --git a/src/qtui/settingspages/colorsettingspage.h b/src/qtui/settingspages/colorsettingspage.h index 4df8d69f..a89190de 100644 --- a/src/qtui/settingspages/colorsettingspage.h +++ b/src/qtui/settingspages/colorsettingspage.h @@ -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 * @@ -61,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