From bf202f3931c804af1c03bd958a8e946bab8b4b52 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 2 Jan 2013 16:34:18 +0530 Subject: Dolphin Information Panel: Use Nepomuk2::FileMetadataWidget Instead of the KFileMetadataWidget. The Nepomuk widget is just a copy of the KFileMetadataWidget which utilizes Nepomuk2. --- src/panels/information/informationpanelcontent.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/panels/information/informationpanelcontent.h') diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index c0412e567..2a369bbbc 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -26,7 +26,6 @@ #include class KFileItemList; -class KFileMetaDataWidget; class PhononWidget; class PixmapViewer; class PlacesItemModel; @@ -35,6 +34,10 @@ class QString; class QLabel; class QScrollArea; +namespace Nepomuk2 { + class FileMetaDataWidget; +} + /** * @brief Manages the widgets that display the meta information * for file items of the Information Panel. @@ -133,7 +136,7 @@ private: PixmapViewer* m_preview; PhononWidget* m_phononWidget; QLabel* m_nameLabel; - KFileMetaDataWidget* m_metaDataWidget; + Nepomuk2::FileMetaDataWidget* m_metaDataWidget; QScrollArea* m_metaDataArea; PlacesItemModel* m_placesItemModel; -- cgit v1.3