diff options
| author | Peter Penz <[email protected]> | 2009-11-06 20:06:00 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-06 20:06:00 +0000 |
| commit | 18a298979492f7305504e2d8ad2d8a5de0f0b2b9 (patch) | |
| tree | 7400477b3d2206dcb1917891c357800367cc6cb2 /src/panels/information/informationpanelcontent.h | |
| parent | a9f8714fc1f12f7e044ec9ee091cb5170a7990fe (diff) | |
move the position of the filename below the preview
svn path=/trunk/KDE/kdebase/apps/; revision=1045798
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 9c17b9397..6c08e50d2 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -115,11 +115,10 @@ private: bool m_pendingPreview; QTimer* m_outdatedPreviewTimer; - QLabel* m_nameLabel; PixmapViewer* m_preview; - KSeparator* m_previewSeparator; PhononWidget* m_phononWidget; + QLabel* m_nameLabel; KMetaDataWidget* m_metaDataWidget; QScrollArea* m_metaDataArea; }; |
