summaryrefslogtreecommitdiff
path: root/src/browsermainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-02 16:22:28 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-02 16:22:28 +0100
commit15ecefe10101dd068c4e075fca23ba64519bedb1 (patch)
tree0985bb87525a74c1bc2d6edb5bca29fff8140301 /src/browsermainwindow.h
parentNew BookmarkMenu implementation (diff)
downloadrekonq-15ecefe10101dd068c4e075fca23ba64519bedb1.tar.xz
New Bookmarks menu, sharing bkmrs with Konqueror0.0.1
(And that's reKonq 1st feature!!)
Diffstat (limited to 'src/browsermainwindow.h')
-rw-r--r--src/browsermainwindow.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/browsermainwindow.h b/src/browsermainwindow.h
index 5ead8dda..3c459d18 100644
--- a/src/browsermainwindow.h
+++ b/src/browsermainwindow.h
@@ -32,7 +32,6 @@
#include <KToolBar>
#include <KAction>
#include <KMenu>
-#include <KBookmarkMenu>
// Qt Includes
#include <QUrl>
@@ -41,7 +40,6 @@
class AutoSaver;
class QWebFrame;
class TabWidget;
-// class ToolbarSearch;
class WebView;
/*!
@@ -49,7 +47,8 @@ class WebView;
Handles the tab widget and all the actions
*/
-class BrowserMainWindow : public KMainWindow {
+class BrowserMainWindow : public KMainWindow
+{
Q_OBJECT
public:
@@ -150,8 +149,6 @@ private:
FindBar *m_findBar;
QString m_lastSearch;
-
- KBookmarkMenu* m_bookmarkMenu;
};
#endif // BROWSERMAINWINDOW_H