X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fcolorsettingspage.h;h=ac1445da420e92af84f265a1728b342aab37dd25;hb=23ba965cc6d1d9918d6d1ff08a1051e22ef9052d;hp=4049a980695e77a92e86203f0abd22f7e9feb589;hpb=3411a31283e5390ba5c88b918706df4da7a4bacf;p=quassel.git diff --git a/src/qtui/settingspages/colorsettingspage.h b/src/qtui/settingspages/colorsettingspage.h index 4049a980..ac1445da 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 * @@ -60,7 +60,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