summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkspanel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-18 23:08:59 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-18 23:08:59 +0200
commitaa3ddcce01572e968b4abce827d6d21e5604b360 (patch)
tree2e8a8dda71405d5d51e56df4c5b81317a198da5a /src/bookmarks/bookmarkspanel.cpp
parentMerge commit 'refs/merge-requests/178' of git://gitorious.org/rekonq/mainline... (diff)
parentFix a strange behaviour if a dragged item is dropped on itself (diff)
downloadrekonq-aa3ddcce01572e968b4abce827d6d21e5604b360.tar.xz
Merge commit 'refs/merge-requests/173' of git://gitorious.org/rekonq/mainline into m173
Diffstat (limited to 'src/bookmarks/bookmarkspanel.cpp')
-rw-r--r--src/bookmarks/bookmarkspanel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/bookmarkspanel.cpp b/src/bookmarks/bookmarkspanel.cpp
index b49d4f5e..72778f7a 100644
--- a/src/bookmarks/bookmarkspanel.cpp
+++ b/src/bookmarks/bookmarkspanel.cpp
@@ -33,7 +33,7 @@
#include "bookmarksmanager.h"
#include "bookmarkstreemodel.h"
#include "bookmarksproxy.h"
-#include "bookmarkcontextmenu.h"
+#include "bookmarkscontextmenu.h"
// Auto Includes
#include "rekonq.h"
@@ -201,7 +201,7 @@ void BookmarksPanel::contextMenu(const QPoint &pos)
KBookmark selected = bookmarkForIndex(index);
- BookmarkContextMenu menu( selected,
+ BookmarksContextMenu menu( selected,
Application::bookmarkProvider()->bookmarkManager(),
Application::bookmarkProvider()->bookmarkOwner(),
this