diff options
| author | Peter Penz <[email protected]> | 2009-04-12 16:41:14 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-04-12 16:41:14 +0000 |
| commit | cc124237db0e6b8011de934648a728fdc1d6ac92 (patch) | |
| tree | c6093465074796abd90bb77d1881636d0752624c /src/panels/information/informationpanel.h | |
| parent | f2e7c6d0d92d00f8aa81fbe9e96f50c5b87277ed (diff) | |
Allow to enable/disable which information should be shown in the Information Panel.
BUG: 156205
svn path=/trunk/KDE/kdebase/apps/; revision=952833
Diffstat (limited to 'src/panels/information/informationpanel.h')
| -rw-r--r-- | src/panels/information/informationpanel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index e8e497f98..67722f6e3 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -42,6 +42,7 @@ class MetaTextLabel; class QPixmap; class QString; class KFileItem; +class KSeparator; class QLabel; class QScrollArea; @@ -202,8 +203,10 @@ private: QLabel* m_nameLabel; PixmapViewer* m_preview; + KSeparator* m_previewSeparator; PhononWidget* m_phononWidget; MetaDataWidget* m_metaDataWidget; + KSeparator* m_metaDataSeparator; QScrollArea* m_metaTextArea; MetaTextLabel* m_metaTextLabel; |
