diff options
| author | Marko Käning <[email protected]> | 2014-10-08 09:54:58 +0200 |
|---|---|---|
| committer | Marko Käning <[email protected]> | 2014-10-08 09:54:58 +0200 |
| commit | f0760df29c09a529709ca6f8b92e6d47def02202 (patch) | |
| tree | 55ea3f5ccbe9a94bc86253389eecc07fc3fbb059 /src | |
| parent | 6ff385e71a6ba6fd15f1d44d8150353b40a0de27 (diff) | |
Fix includes erroneously having slipped into baloo-only sections
CCMAIL: [email protected]
Diffstat (limited to 'src')
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 | ||||
| -rw-r--r-- | src/views/dolphinview.cpp | 2 |
2 files changed, 2 insertions, 2 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), 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; |
