X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fqtopiauistyle.cpp;h=88dd9216a6b2bdcc22f4735036cce050d27564bd;hp=5168ee48823a2de86f1fd7f1dc583fc83e466f0a;hb=45d9ea6ed5d64eec3ca351fdcf7610c7cff3529d;hpb=fbc4df88ae0bb5e4d9394922395ce2ba29d9108e diff --git a/src/qtopia/qtopiauistyle.cpp b/src/qtopia/qtopiauistyle.cpp index 5168ee48..88dd9216 100644 --- a/src/qtopia/qtopiauistyle.cpp +++ b/src/qtopia/qtopiauistyle.cpp @@ -5,7 +5,7 @@ * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -23,6 +23,7 @@ QtopiaUiStyle::QtopiaUiStyle() : UiStyle() { QTextCharFormat def; + def.setForeground(QBrush("#000000")); def.setFont(QFont("Verdana",5)); setFormat(None, def);