From c7fa09a7b96e239ff6e7349c9d90e7409d7bbcb3 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 10 Nov 2009 14:47:39 +0100 Subject: fixing new mainWindow() behaviour, porting functions calling it --- src/mainwindow.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 50c3e7dc..02302aca 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -32,7 +32,7 @@ // Local Includes #include "bookmarks.h" -#include "mainview.h" +// #include "mainview.h" #include "webview.h" // KDE Includes @@ -49,6 +49,7 @@ class KPassivePopup; class FindBar; class SidePanel; class WebView; +class MainView; /** @@ -70,7 +71,7 @@ public: virtual QSize sizeHint() const; virtual KActionCollection *actionCollection () const; - bool homePage(const KUrl &url = KUrl("rekonq:home")); + bool newTabPage(const KUrl &url = KUrl("rekonq:home")); private: void setupActions(); @@ -82,7 +83,7 @@ private: public slots: void slotUpdateBrowser(); - void slotHome(); + void homePage(); /** * Notifies a message in a popup -- cgit v1.2.1