diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2012-08-16 15:50:29 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2012-08-16 15:50:29 +0200 |
commit | 8ef3b9dc3a7a1242e0d55d5d2cd1be600d0dfb03 (patch) | |
tree | 271a5145fa54b35c2dee6359c8f52ded6bc4f163 /src/urlbar/bookmarkwidget.h | |
parent | - Choose the correct MainView in ZoomBar::updateSlider() (diff) | |
download | rekonq-8ef3b9dc3a7a1242e0d55d5d2cd1be600d0dfb03.tar.xz |
BookmarkWidget: Add an entry to choose a folder with a KBookmarkDialog
Diffstat (limited to 'src/urlbar/bookmarkwidget.h')
-rw-r--r-- | src/urlbar/bookmarkwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar/bookmarkwidget.h b/src/urlbar/bookmarkwidget.h index e5f25d37..7e2bb404 100644 --- a/src/urlbar/bookmarkwidget.h +++ b/src/urlbar/bookmarkwidget.h @@ -77,6 +77,7 @@ private: private Q_SLOTS: void accept(); void removeBookmark(); + void onFolderIndexChanged(int index); #ifdef HAVE_NEPOMUK void setRatingSlot(int rate); |