diff options
| author | Peter Penz <[email protected]> | 2012-06-02 15:02:34 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-06-02 15:03:22 +0200 |
| commit | 12215d6f0f7768fc943347a349d9817844e0528a (patch) | |
| tree | 76db3b0f6c32900b397246de3c8f731c703708f3 /src/panels/information/informationpanelcontent.h | |
| parent | 665c44821e32ba4bdfcd94889eb17e08ac25a315 (diff) | |
Use PlacesItemModel instead of KFilePlacesModel
This allows inserting items to the corresponding group.
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 234060749..c0412e567 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -27,9 +27,9 @@ class KFileItemList; class KFileMetaDataWidget; -class KFilePlacesModel; class PhononWidget; class PixmapViewer; +class PlacesItemModel; class QPixmap; class QString; class QLabel; @@ -136,7 +136,7 @@ private: KFileMetaDataWidget* m_metaDataWidget; QScrollArea* m_metaDataArea; - KFilePlacesModel* m_placesModel; + PlacesItemModel* m_placesItemModel; }; #endif // INFORMATIONPANELCONTENT_H |
