diff options
author | nehlsen <nehlsen@gmail.com> | 2009-11-16 15:03:42 +0100 |
---|---|---|
committer | nehlsen <nehlsen@gmail.com> | 2009-11-16 15:03:42 +0100 |
commit | 2e9b9376fd8857e4667d8c6e18cb0f66a3fc3726 (patch) | |
tree | ce9757e40965ca7029fc8a89d76235a863003a20 /src/bookmarks.h | |
parent | Fixing "open in ne window" slot (diff) | |
download | rekonq-2e9b9376fd8857e4667d8c6e18cb0f66a3fc3726.tar.xz |
added bookmarks panel and model(read only atm)
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 |