summaryrefslogtreecommitdiff
path: root/src/newtabpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-10 16:14:11 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-10 16:14:11 +0100
commit8257f3980e77ddf568c4f286de11c5a73bc7c27f (patch)
treed6c45320e1face3c9e75dffca100e29ec68bba42 /src/newtabpage.h
parentChanging homepage.* --> newtabpage.* and fixing API (diff)
downloadrekonq-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.h2
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