diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-18 11:16:39 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-18 11:16:39 +0100 |
commit | 7a55537201493fefdf076108e30b6be45c345719 (patch) | |
tree | abec39ef3393567652e06e3d77059a89dfe84cfa /src/bookmarks.h | |
parent | Activate Find with slash, too. (diff) | |
parent | made bookmarks searchable (diff) | |
download | rekonq-7a55537201493fefdf076108e30b6be45c345719.tar.xz |
Merge commit 'refs/merge-requests/2106' of git://gitorious.org/rekonq/mainline into dev04merge
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r-- | src/bookmarks.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h index 0fde004f..febac234 100644 --- a/src/bookmarks.h +++ b/src/bookmarks.h @@ -12,9 +12,9 @@ * published by the Free Software Foundation; either version 2 of * the License or (at your option) version 3 or any later version * accepted by the membership of KDE e.V. (or its successor approved -* by the membership of KDE e.V.), which shall act as a proxy +* by the membership of KDE e.V.), which shall act as a proxy * defined in Section 14 of version 3 of the license. -* +* * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -208,6 +208,8 @@ public: * @return the root bookmark group */ KBookmarkGroup rootGroup(); + + KBookmarkManager *bookmarkManager() { return m_manager; } signals: /** * @short This signal is emitted when an url has to be loaded |