diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-27 17:33:26 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-27 17:33:26 +0100 |
commit | de1b2a26f7eaebd3fa1fa2eeb30f4e26afb534fe (patch) | |
tree | 386f9d8e8ed4ee6d7566ef34db20379cdb9d0073 /src/mainwindow.h | |
parent | We now have the FINAL search bar!! Yeah!!! (diff) | |
download | rekonq-de1b2a26f7eaebd3fa1fa2eeb30f4e26afb534fe.tar.xz |
Fixed MenuBar.
Fixed BookmarkLine in rekonqui.rc
Now we need just the code to implement it..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 8b8f1cbe..476a6fe6 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -26,6 +26,7 @@ #include "findbar.h" #include "searchbar.h" #include "mainview.h" +#include "bookmarks.h" // KDE Includes #include <KUrl> @@ -61,7 +62,7 @@ public: private: void setupActions(); - void setupCustomMenu(); + void setupHistoryMenu(); void setupTabBar(); public slots: @@ -121,6 +122,8 @@ private: KMenu *m_historyBackMenu; KMenu *m_windowMenu; + KBookmarkManager *m_manager; + QAction *m_stopReload; QString m_lastSearch; |