diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 16:14:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 16:14:11 +0100 |
commit | 8257f3980e77ddf568c4f286de11c5a73bc7c27f (patch) | |
tree | d6c45320e1face3c9e75dffca100e29ec68bba42 /src/newtabpage.h | |
parent | Changing homepage.* --> newtabpage.* and fixing API (diff) | |
download | rekonq-8257f3980e77ddf568c4f286de11c5a73bc7c27f.tar.xz |
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
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r-- | src/newtabpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h index 265518d2..2d8d50bd 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -51,7 +51,7 @@ public: * about: url and loads the corresponding part of the * new tab page */ - QString newTabPageCode(const KUrl &url = KUrl("rekonq:home")); + QString newTabPageCode(const KUrl &url = KUrl("about:home")); protected: // these are the function to build the new tab page |