┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinquery.cpp
diff options
context:
space:
mode:
authorAhmad Samir <[email protected]>2022-06-11 19:23:30 +0200
committerAhmad Samir <[email protected]>2022-06-15 11:28:44 +0200
commit8aa81a1dc7fa978d44d2c6397df270432df1506f (patch)
treead9cc9fd6a003108649ecdda688a95daab740a18 /src/search/dolphinquery.cpp
parent28a74d178071c89dbdc53a193c1db68e0d10ddcb (diff)
Cleanup config-dolphin.h includes
Diffstat (limited to 'src/search/dolphinquery.cpp')
-rw-r--r--src/search/dolphinquery.cpp2
1 files changed, 1 insertions, 1 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