diff options
| author | Hrvoje Senjan <[email protected]> | 2014-05-14 18:05:28 +0200 |
|---|---|---|
| committer | Hrvoje Senjan <[email protected]> | 2014-05-14 18:05:28 +0200 |
| commit | 6edcabf9a098ba9cb5099443a9cd227453a3f72b (patch) | |
| tree | d44252c982c364f89e36f29e97463aa1982c33c8 /src/search/dolphinsearchbox.cpp | |
| parent | ee92e7a8b9147ebdddef2f2bed08ca40233785c5 (diff) | |
Fix build when baloo is found
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 |
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 { |
