summaryrefslogtreecommitdiff
path: root/src/browsermainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-11-13 03:13:34 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-11-13 03:13:34 +0100
commit76319190fa422c0a12417410ad12241172bf3c0a (patch)
tree3d43c0d5a1d883dcd4c8d8791df6f44cdf1e5697 /src/browsermainwindow.h
parentRe-enabled history! (diff)
downloadrekonq-76319190fa422c0a12417410ad12241172bf3c0a.tar.xz
1st new implementation of KDE bookmarks system.
The idea is to share konqueror bookmarks until we don't have an akonadi storage of them..
Diffstat (limited to 'src/browsermainwindow.h')
-rw-r--r--src/browsermainwindow.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/browsermainwindow.h b/src/browsermainwindow.h
index 17aa1479..8f4a30f9 100644
--- a/src/browsermainwindow.h
+++ b/src/browsermainwindow.h
@@ -31,6 +31,7 @@
#include <KToolBar>
#include <KAction>
#include <KMenu>
+#include <KBookmarkMenu>
// Qt Includes
#include <QUrl>
@@ -88,8 +89,8 @@ private slots:
void slotEditFind();
void slotEditFindNext();
void slotEditFindPrevious();
- void slotShowBookmarksDialog();
- void slotAddBookmark();
+/* void slotShowBookmarksDialog();
+ void slotAddBookmark();*/
void slotViewTextBigger();
void slotViewTextNormal();
void slotViewTextSmaller();
@@ -145,6 +146,8 @@ private:
FindWidget *m_findWidg;
QString m_lastSearch;
+
+ KBookmarkMenu* m_bookmarkMenu;
};
#endif // BROWSERMAINWINDOW_H