┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
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/views
parent6ff385e71a6ba6fd15f1d44d8150353b40a0de27 (diff)
Fix includes erroneously having slipped into baloo-only sections
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphinview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp
index 171b3cbaf..1586dfc88 100644
--- a/src/views/dolphinview.cpp
+++ b/src/views/dolphinview.cpp
@@ -80,8 +80,8 @@
#ifdef HAVE_BALOO
#include <Baloo/IndexerConfig>
-#include <KFormat>
#endif
+#include <KFormat>
namespace {
const int MaxModeEnum = DolphinView::CompactView;