From 8257f3980e77ddf568c4f286de11c5a73bc7c27f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 10 Nov 2009 16:14:11 +0100 Subject: switching back from rekonq: protocol to about: one This is the more logical solution and let rekonq working also with the upcoming Qt4.6. (QWebView::setHtml() trouble) Anyway we have a little regression in the urlbar clean && select --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 08a99b24..d1a48053 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -71,7 +71,7 @@ public: virtual QSize sizeHint() const; virtual KActionCollection *actionCollection () const; - bool newTabPage(const KUrl &url = KUrl("rekonq:home")); + bool newTabPage(const KUrl &url = KUrl("about:home")); private: void setupActions(); -- cgit v1.2.1