diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-23 00:09:55 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-23 00:09:55 +0200 |
commit | 8c68e6ab9d8f106d0ed32f9a33b7648f48b612ce (patch) | |
tree | 1fcdb7d5960ff8cbdd64897c5134ea80c2c4ef5b /src/mainwindow.h | |
parent | Removed MenuBar. First steps.. (diff) | |
download | rekonq-8c68e6ab9d8f106d0ed32f9a33b7648f48b612ce.tar.xz |
Some actions fixed and re-enabled history action (back) menu
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index a2031692..cc32dd68 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -142,6 +142,9 @@ private slots: // clear private data void clearPrivateData(); + void slotAboutToShowBackMenu(); + void slotOpenActionUrl(QAction *action); + private: MainView *m_view; FindBar *m_findBar; @@ -150,7 +153,8 @@ private: KAction *m_stopReloadAction; KAction *m_historyBackAction; KAction *m_historyForwardAction; - + KMenu *m_historyBackMenu; + QString m_lastSearch; QString m_homePage; |