summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkprovider.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-09-11 23:33:04 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-09-11 23:33:04 +0200
commit76debe817e0bfcb0d69d6474b44c41dea76d7558 (patch)
treec7a415082525413e233ef750b3caa38bf078637e /src/bookmarks/bookmarkprovider.cpp
parentrekonq 0.5.88 (diff)
parentSwitch QLatin1String to QL1S (diff)
downloadrekonq-76debe817e0bfcb0d69d6474b44c41dea76d7558.tar.xz
Merge commit 'refs/merge-requests/208' of git://gitorious.org/rekonq/mainline into m208
Diffstat (limited to 'src/bookmarks/bookmarkprovider.cpp')
-rw-r--r--src/bookmarks/bookmarkprovider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkprovider.cpp b/src/bookmarks/bookmarkprovider.cpp
index 3e2d2814..beca5475 100644
--- a/src/bookmarks/bookmarkprovider.cpp
+++ b/src/bookmarks/bookmarkprovider.cpp
@@ -266,7 +266,7 @@ void BookmarkProvider::find(QList<KBookmark> *list, const KBookmark &bookmark, c
}
else
{
- QStringList words = text.split(" ");
+ QStringList words = text.split(' ');
bool matches = true;
foreach (const QString &word, words)
{