summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.cpp
diff options
context:
space:
mode:
authorRohan Garg <rohangarg@kubuntu.org>2010-09-11 19:51:57 +0530
committerRohan Garg <rohangarg@kubuntu.org>2010-09-11 19:51:57 +0530
commit8e49088985162fdbb0a4dcaa75d5c944f793e3fd (patch)
treeebfec2fe621aca3d48e6cbf841511bdbe31e773c /src/urlbar/listitem.cpp
parentKrazy Fixes for rekonq (diff)
downloadrekonq-8e49088985162fdbb0a4dcaa75d5c944f793e3fd.tar.xz
Switch QLatin1String to QL1S
modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp
Diffstat (limited to 'src/urlbar/listitem.cpp')
-rw-r--r--src/urlbar/listitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/listitem.cpp b/src/urlbar/listitem.cpp
index 746b4db2..d84a5488 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(QLatin1String("<i>"));
+ const bool wasItalic = t.startsWith(QL1S("<i>"));
if (wasItalic)
t.remove(QRegExp("<[/ib]*>"));