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/rekonqpage/newtabpage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rekonqpage/newtabpage.h') diff --git a/src/rekonqpage/newtabpage.h b/src/rekonqpage/newtabpage.h index 36f79401..a33657ea 100644 --- a/src/rekonqpage/newtabpage.h +++ b/src/rekonqpage/newtabpage.h @@ -53,10 +53,10 @@ public: explicit NewTabPage(QWebFrame *frame); /** - * This method takes an about: url and loads + * This method takes an rekonq: url and loads * the corresponding part of the new tab page */ - void generate(const KUrl &url = KUrl("about:home")); + void generate(const KUrl &url = KUrl("rekonq:home")); private: // these are the "high-level" functions to build the new tab page. -- cgit v1.2.1