┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search
diff options
context:
space:
mode:
Diffstat (limited to 'src/search')
-rw-r--r--src/search/dolphinquery.cpp2
-rw-r--r--src/search/dolphinsearchbox.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/search/dolphinquery.cpp b/src/search/dolphinquery.cpp
index a86f127e0..687213cbf 100644
--- a/src/search/dolphinquery.cpp
+++ b/src/search/dolphinquery.cpp
@@ -8,7 +8,7 @@
#include <QRegularExpression>
-#include <config-dolphin.h>
+#include "config-dolphin.h"
#if HAVE_BALOO
#include <Baloo/Query>
#endif
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index 4fb0e7b0c..725ddcabc 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -15,7 +15,7 @@
#include <KLocalizedString>
#include <KMoreToolsMenuFactory>
#include <KSeparator>
-#include <config-dolphin.h>
+#include "config-dolphin.h"
#if HAVE_BALOO
#include <Baloo/Query>
#include <Baloo/IndexerConfig>