diff options
| author | Scarlett Clark <[email protected]> | 2014-06-20 04:18:58 -0700 |
|---|---|---|
| committer | Scarlett Clark <[email protected]> | 2014-06-20 04:18:58 -0700 |
| commit | e41c969063c14a89e40453ee6e92f70ae0e78780 (patch) | |
| tree | c157e8b6bf43b07d67267b26c70de0b73c176ffc /src/views | |
| parent | 6bccf73e9270e698e7ca23eb2dcaa05318e7b198 (diff) | |
kde-baseapps frameworks dolphin with snapshot frameworks branch baloo/baloo-widgets path fixes.
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphinview.cpp | 2 | ||||
| -rw-r--r-- | src/views/dolphinviewactionhandler.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 0e43dcda1..df9a52db1 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -79,7 +79,7 @@ #include "zoomlevelinfo.h" #ifdef HAVE_BALOO - #include <baloo/indexerconfig.h> + #include <KF5/Baloo/indexerconfig.h> #endif namespace { diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index 3955f250d..ecf5d2334 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -44,7 +44,7 @@ #include <KDebug> #ifdef HAVE_BALOO - #include <baloo/indexerconfig.h> + #include <KF5/Baloo/indexerconfig.h> #endif DolphinViewActionHandler::DolphinViewActionHandler(KActionCollection* collection, QObject* parent) : |
