diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-20 15:30:03 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-20 15:30:03 +0200 |
commit | 79ad6230fd3a99e13ed5ee18cba10c90cff3ee5c (patch) | |
tree | 9740b7d4de3c1c78e0a8cf2e31b554e954090db5 /src/bookmarks/bookmarksmanager.h | |
parent | Fixed tooltip in the bookmarks panel (diff) | |
download | rekonq-79ad6230fd3a99e13ed5ee18cba10c90cff3ee5c.tar.xz |
- The bookmark toolbar is now a real toolbar, not an action.
It fixes the problem of the submenu if there are too much items to fit on the bar
- Improve a bit the new redesign of BookmarkOwner
- Reenable the bookmark menu by default (because the icon in the bar is on the left)
Diffstat (limited to 'src/bookmarks/bookmarksmanager.h')
-rw-r--r-- | src/bookmarks/bookmarksmanager.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bookmarks/bookmarksmanager.h b/src/bookmarks/bookmarksmanager.h index 49073b2a..0c2b9ee2 100644 --- a/src/bookmarks/bookmarksmanager.h +++ b/src/bookmarks/bookmarksmanager.h @@ -74,12 +74,10 @@ public: */ KActionMenu *bookmarkActionMenu(QWidget *parent); - KAction *bookmarkToolBarAction(KToolBar *t); - /** * @short set the Bookmarks Toolbar Action */ - void setupBookmarkBar(BookmarkToolBar *); + void registerBookmarkBar(BookmarkToolBar *); void removeToolBar(BookmarkToolBar *); |