summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-25 08:23:44 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-25 08:23:44 +0100
commit97a3831e5c206f34670e09339ecebfaef69335e2 (patch)
treed7aaec5220b60046390419d472173965d3605892 /src/mainview.cpp
parentModified string as discussed with pano (diff)
downloadrekonq-97a3831e5c206f34670e09339ecebfaef69335e2.tar.xz
Last Krazy fixes
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 6d282e0c..80753bbf 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -418,7 +418,7 @@ void MainView::slotCloseTab(int index)
hasFocus = tab->hasFocus();
//store close tab except homepage
- if (!tab->url().prettyUrl().startsWith("rekonq:") && !tab->url().isEmpty())
+ if (!tab->url().prettyUrl().startsWith( QLatin1String("rekonq:") ) && !tab->url().isEmpty())
{
QString title = tab->title();
QString url = tab->url().prettyUrl();