From 79e11d892e2ff26636a647e91371aaef2c5d435d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 2 Oct 2009 16:20:18 +0200 Subject: moving from about: protocol to rekonq: protocol :D This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!) --- src/homepage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/homepage.h') diff --git a/src/homepage.h b/src/homepage.h index af5185c8..b1202cb0 100644 --- a/src/homepage.h +++ b/src/homepage.h @@ -47,7 +47,7 @@ public: HomePage(QObject *parent = 0); ~HomePage(); - QString rekonqHomePage(const KUrl &url = KUrl("about:home")); + QString rekonqHomePage(const KUrl &url = KUrl("rekonq:home")); QString homePageMenu(); private: -- cgit v1.2.1