From 3d0017226abe2f2b42787de12fea2ba7cdc668be Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 21 May 2013 09:28:45 +0200 Subject: Move from about: to rekonq: protocol for our special links --- src/webtab/webtab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webtab/webtab.cpp') diff --git a/src/webtab/webtab.cpp b/src/webtab/webtab.cpp index 7743677c..fba824a1 100644 --- a/src/webtab/webtab.cpp +++ b/src/webtab/webtab.cpp @@ -197,7 +197,7 @@ KUrl WebTab::url() QString WebTab::title() { - if (view() && url().protocol() == QL1S("about")) + if (view() && url().protocol() == QL1S("rekonq")) return view()->title(); if (page() && page()->isOnRekonqPage()) -- cgit v1.2.1