diff options
| author | Méven Car <[email protected]> | 2019-06-23 17:36:38 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-06-28 11:55:38 +0200 |
| commit | 8216a67d58af0fd709bb3bfb8d0b6073b11cdfed (patch) | |
| tree | 7e1e1d47da3df191b0443341e42e0dcb800907bd /src/panels/information/informationpanelcontent.h | |
| parent | 781e8e9e18579c0fe368ed9fe295f908493272b3 (diff) | |
InformationPanel: Port from Phonon to QtMultimedia
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 0ea05d990..333b26608 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -15,7 +15,7 @@ #include <QWidget> class KFileItemList; -class PhononWidget; +class MediaWidget; class PixmapViewer; class QPixmap; class QDialogButtonBox; @@ -145,7 +145,7 @@ private: QTimer *m_outdatedPreviewTimer; PixmapViewer *m_preview; - PhononWidget *m_phononWidget; + MediaWidget *m_mediaWidget; QLabel *m_nameLabel; Baloo::FileMetaDataWidget *m_metaDataWidget; QScrollArea *m_metaDataArea; |
