┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/informationpanelcontent.h
diff options
context:
space:
mode:
authorChristophe Giboudeaux <[email protected]>2013-01-07 18:22:28 +0100
committerChristophe Giboudeaux <[email protected]>2013-01-07 18:22:28 +0100
commitfeae9f9dfc9e1a04135ddc7efa16eb1294be4850 (patch)
treedbd3d5dc909d77fb6b68a1352623f0b9afa3faca /src/panels/information/informationpanelcontent.h
parent2e88d73423fd88f676620d714ce159587656e6ca (diff)
parent6b351820a3405a1ce60916132a277435efabd685 (diff)
Merge branch 'KDE/4.10'
Conflicts: dolphin/src/CMakeLists.txt
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
-rw-r--r--src/panels/information/informationpanelcontent.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h
index 2a369bbbc..ed9200aef 100644
--- a/src/panels/information/informationpanelcontent.h
+++ b/src/panels/information/informationpanelcontent.h
@@ -20,6 +20,7 @@
#ifndef INFORMATIONPANELCONTENT_H
#define INFORMATIONPANELCONTENT_H
+#include "config-nepomuk.h"
#include <KConfig>
#include <KFileItem>
#include <KUrl>
@@ -34,9 +35,13 @@ class QString;
class QLabel;
class QScrollArea;
+#ifndef HAVE_NEPOMUK
+class KFileMetaDataWidget;
+#else
namespace Nepomuk2 {
class FileMetaDataWidget;
}
+#endif
/**
* @brief Manages the widgets that display the meta information
@@ -136,7 +141,11 @@ private:
PixmapViewer* m_preview;
PhononWidget* m_phononWidget;
QLabel* m_nameLabel;
+#ifndef HAVE_NEPOMUK
+ KFileMetaDataWidget* m_metaDataWidget;
+#else
Nepomuk2::FileMetaDataWidget* m_metaDataWidget;
+#endif
QScrollArea* m_metaDataArea;
PlacesItemModel* m_placesItemModel;