diff options
author | Rohan Garg <rohangarg@kubuntu.org> | 2010-09-11 17:29:03 +0530 |
---|---|---|
committer | Rohan Garg <rohangarg@kubuntu.org> | 2010-09-11 17:29:03 +0530 |
commit | c4fbac5bbdc10c2d657f8b3a7759ab7edf52a744 (patch) | |
tree | 902950a8cdb29710d6c4eae36a00a2f662aa4015 /src/urlbar/listitem.cpp | |
parent | Merge branch 'iconFixes2' (diff) | |
download | rekonq-c4fbac5bbdc10c2d657f8b3a7759ab7edf52a744.tar.xz |
Krazy Fixes for rekonq
modified: src/bookmarks/bookmarkprovider.cpp
modified: src/history/historymanager.cpp
modified: src/iconmanager.cpp
modified: src/urlbar/listitem.cpp
Diffstat (limited to 'src/urlbar/listitem.cpp')
-rw-r--r-- | src/urlbar/listitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/listitem.cpp b/src/urlbar/listitem.cpp index 5ff90056..746b4db2 100644 --- a/src/urlbar/listitem.cpp +++ b/src/urlbar/listitem.cpp @@ -209,7 +209,7 @@ TextLabel::TextLabel(const QString &text, const QString &textToPointOut, QWidget : QLabel(parent) { QString t = text; - const bool wasItalic = t.startsWith("<i>"); + const bool wasItalic = t.startsWith(QLatin1String("<i>")); if (wasItalic) t.remove(QRegExp("<[/ib]*>")); |