diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-02-15 17:18:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-02-15 17:18:58 +0100 |
commit | 036bd6c5ac265da394472806039ea42823fc4b89 (patch) | |
tree | 57422f10d5dd092d5db1bed40639eb2770aa1ab6 /src/bookmarks/bookmarkmanager.h | |
parent | Get sure rules with not supported filter options are ignored (diff) | |
download | rekonq-036bd6c5ac265da394472806039ea42823fc4b89.tar.xz |
Restores Bookmarks menu (in 2.x fashion)
Cleans up 1.x code about and create a unique bk menu to be shown in
rekonq tools menu, (eventually) in the toolbar and in (an ideal)
menubar
This work starts from Lindsay's review request about. Thanks :)
REVIEW: 108729
Diffstat (limited to 'src/bookmarks/bookmarkmanager.h')
-rw-r--r-- | src/bookmarks/bookmarkmanager.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkmanager.h b/src/bookmarks/bookmarkmanager.h index c970d390..1a76d0d0 100644 --- a/src/bookmarks/bookmarkmanager.h +++ b/src/bookmarks/bookmarkmanager.h @@ -36,6 +36,7 @@ // KDE Includes #include <KBookmark> +#include <KActionMenu> // Qt Includes #include <QObject> @@ -44,7 +45,6 @@ // Forward Declarations class BookmarkToolBar; class BookmarkOwner; -class BookmarkMenu; class KAction; class KActionCollection; @@ -121,6 +121,8 @@ public: { return QL1S("application/x-rekonq-bookmark"); } + + KActionMenu* bookmarkActionMenu(QWidget *parent); private: /** |