diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-27 01:41:30 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-27 01:41:30 +0100 |
commit | 96bd94c88f238fe06ddf5e772bcbe084405cc252 (patch) | |
tree | e5485a1c36634da29ae41d9bddc4bbf8cdbfc898 /src/bookmarks.cpp | |
parent | Reimplemented download system based on KGet one. (diff) | |
download | rekonq-96bd94c88f238fe06ddf5e772bcbe084405cc252.tar.xz |
1st introduction of new bookmarks line
Diffstat (limited to 'src/bookmarks.cpp')
-rw-r--r-- | src/bookmarks.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp index 3cb65e38..a83fbdab 100644 --- a/src/bookmarks.cpp +++ b/src/bookmarks.cpp @@ -69,3 +69,11 @@ BookmarksMenu::BookmarksMenu(KMainWindow *parent) m_menu = new KBookmarkMenu( m_manager , m_owner, this, m_ac ); } + + +//--------------------------------------------------------------------------------------------------------------------- + + +BookmarksLine::BookmarksLine(QObject *parent, KToolBar *toolbar) +{ +} |