Making Quassel slowly ready for its first release...
[quassel.git] / src / uisupport / uistyle.h
index 0ddc1b8..3da2925 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        *
@@ -51,13 +51,13 @@ class UiStyle {
       QUrl url;
     };
 
-    struct StyledString {
+    struct StyledText {
       QString text;
       QList<QTextLayout::FormatRange> formats;
       QList<UrlInfo> urls;
     };
 
-    StyledString styleString(QString);
+    StyledText styleString(QString);
 
     void setFormat(FormatType, QTextCharFormat);
     QTextCharFormat format(FormatType) const;