diff options
| author | Vishesh Handa <[email protected]> | 2013-01-02 16:34:18 +0530 |
|---|---|---|
| committer | Vishesh Handa <[email protected]> | 2013-01-02 16:35:37 +0530 |
| commit | bf202f3931c804af1c03bd958a8e946bab8b4b52 (patch) | |
| tree | d9273ca30aebf282960ba2b5902726cf5910953d /src/panels/information/informationpanelcontent.h | |
| parent | eae273ad6e6cb522459480edacda262aecc6cd41 (diff) | |
Dolphin Information Panel: Use Nepomuk2::FileMetadataWidget
Instead of the KFileMetadataWidget. The Nepomuk widget is just a copy of
the KFileMetadataWidget which utilizes Nepomuk2.
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 7 |
1 files changed, 5 insertions, 2 deletions
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 <KVBox> 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; |
