summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.cpp
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-09-15 23:41:49 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-09-15 23:41:49 +0200
commitef2d5465aee86115cca6343cbaeacca4ed699b12 (patch)
tree996aab5a7a2cc1385ca428c5fa797760557a445c /src/bookmarks/bookmarkstreemodel.cpp
parentUpgraded download i18n script to automagically grab translation strings (diff)
downloadrekonq-ef2d5465aee86115cca6343cbaeacca4ed699b12.tar.xz
- Bookmarklet support
- text/uri-list drops in the BK toolbar - Don't allow other drag than bookmarks in the BK panel (for the moment) - A little cleanup BUG: 250623
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");
}