┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
authorMarko Käning <[email protected]>2014-10-08 09:54:58 +0200
committerMarko Käning <[email protected]>2014-10-08 09:54:58 +0200
commitf0760df29c09a529709ca6f8b92e6d47def02202 (patch)
tree55ea3f5ccbe9a94bc86253389eecc07fc3fbb059 /src/search/dolphinsearchbox.cpp
parent6ff385e71a6ba6fd15f1d44d8150353b40a0de27 (diff)
Fix includes erroneously having slipped into baloo-only sections
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-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 efb17faf6..de73c2c42 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -46,8 +46,8 @@
#include <Baloo/Query>
#include <Baloo/Term>
#include <Baloo/IndexerConfig>
-#include <QFontDatabase>
#endif
+#include <QFontDatabase>
DolphinSearchBox::DolphinSearchBox(QWidget* parent) :
QWidget(parent),