diff options
| author | Rohan Garg <[email protected]> | 2014-06-27 16:58:29 +0200 |
|---|---|---|
| committer | Rohan Garg <[email protected]> | 2014-06-27 17:00:12 +0200 |
| commit | 50d123a60de424885a28185869d6020e2ca14d7e (patch) | |
| tree | dd4f756a7af0a0a82c8a0d1bfb55b14b21f00ce2 /src/panels/information/informationpanelcontent.cpp | |
| parent | 3614b7fea7563300974982cca27a787749ea3f0f (diff) | |
Fix build
Diffstat (limited to 'src/panels/information/informationpanelcontent.cpp')
| -rw-r--r-- | src/panels/information/informationpanelcontent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp index 1e660d5c9..9dc59db13 100644 --- a/src/panels/information/informationpanelcontent.cpp +++ b/src/panels/information/informationpanelcontent.cpp @@ -36,7 +36,7 @@ #ifndef HAVE_BALOO #include <KFileMetaDataWidget> #else -#include <Baloo/FileMetaDataWidget> +#include <baloo/filemetadatawidget.h> #endif #include <panels/places/placesitem.h> |
