summaryrefslogtreecommitdiff
path: root/src/searchengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchengine.h')
-rw-r--r--src/searchengine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/searchengine.h b/src/searchengine.h
index 21678e9d..6d617250 100644
--- a/src/searchengine.h
+++ b/src/searchengine.h
@@ -51,6 +51,8 @@ KService::List favorites();
KService::Ptr fromString(const QString &text);
+QString buildQuery(const QString &text);
+
QString buildQuery(KService::Ptr engine, const QString &text);
QString extractQuery(const QString &text);