┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrvoje Senjan <[email protected]>2014-05-14 18:05:28 +0200
committerHrvoje Senjan <[email protected]>2014-05-14 18:05:28 +0200
commit6edcabf9a098ba9cb5099443a9cd227453a3f72b (patch)
treed44252c982c364f89e36f29e97463aa1982c33c8
parentee92e7a8b9147ebdddef2f2bed08ca40233785c5 (diff)
Fix build when baloo is found
-rw-r--r--src/search/dolphinsearchbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index f9942f98e..df96f7434 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -473,7 +473,7 @@ void DolphinSearchBox::fromBalooSearchUrl(const KUrl& url)
// while we adjust the search text and the facet widget.
blockSignals(true);
- const QVariantHash customOptions = query.customOptions();
+ const QVariantMap customOptions = query.customOptions();
if (customOptions.contains("includeFolder")) {
setSearchPath(customOptions.value("includeFolder").toString());
} else {