diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-15 03:29:48 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-16 00:59:32 +0100 |
commit | aa9521b0e0f810a9ba94d7f6c7f9100c3f69d862 (patch) | |
tree | 57dd9649ba0b69f1fa385416c9af9d78587f2de9 /src/mainwindow.h | |
parent | fix spacing (diff) | |
download | rekonq-aa9521b0e0f810a9ba94d7f6c7f9100c3f69d862.tar.xz |
First form of protocol handling
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 5360d264..95964e22 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -71,9 +71,7 @@ public: QAction *actionByName(const QString name); virtual QSize sizeHint() const; virtual KActionCollection *actionCollection () const; - - bool newTabPage(const KUrl &url = KUrl("about:home")); - + private: void setupActions(); void setupTools(); @@ -178,8 +176,6 @@ private: QTimer *m_hidePopup; KActionCollection *m_ac; - - bool m_loadingNewTabPage; }; #endif // MAINWINDOW_H |