summaryrefslogtreecommitdiff
path: root/src/mainwindow.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/mainwindow.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/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
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();