summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-09-17 00:54:43 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-09-17 00:54:43 +0200
commitfb18bcaf4d513fb7c67cbf9c1b172eed3de0c4bc (patch)
tree1b95642d42cfa5cc077a6c290d688999c1d704b9 /src/bookmarks/bookmarkstreemodel.cpp
parentMerge commit 'refs/merge-requests/211' of git://gitorious.org/rekonq/mainline... (diff)
parentAdd a comment (diff)
downloadrekonq-fb18bcaf4d513fb7c67cbf9c1b172eed3de0c4bc.tar.xz
Merge commit 'refs/merge-requests/212' of git://gitorious.org/rekonq/mainline into m212_3
Diffstat (limited to 'src/bookmarks/bookmarkstreemodel.cpp')
-rw-r--r--src/bookmarks/bookmarkstreemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkstreemodel.cpp b/src/bookmarks/bookmarkstreemodel.cpp
index 8d702fb9..f13cee42 100644
--- a/src/bookmarks/bookmarkstreemodel.cpp
+++ b/src/bookmarks/bookmarkstreemodel.cpp
@@ -268,7 +268,7 @@ QVariant BookmarksTreeModel::data(const QModelIndex &index, int role) const
QStringList BookmarksTreeModel::mimeTypes() const
{
- return KBookmark::List::mimeDataTypes();
+ return QStringList("application/rekonq-bookmark");
}