Fix a glitch in the style engine (which mis-parsed %O), make the default
[quassel.git] / src / qtopia / qtopiauistyle.cpp
index 5168ee4..a643f5a 100644 (file)
@@ -23,6 +23,7 @@
 QtopiaUiStyle::QtopiaUiStyle() : UiStyle() {
 
   QTextCharFormat def;
+  def.setForeground(QBrush("#000000"));
   def.setFont(QFont("Verdana",5));
   setFormat(None, def);