Make BufferInfo qDebug()able as per EgS' request.
[quassel.git] / src / qtopia / qtopiauistyle.cpp
index 5168ee4..88dd921 100644 (file)
@@ -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);