From cc124237db0e6b8011de934648a728fdc1d6ac92 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 12 Apr 2009 16:41:14 +0000 Subject: Allow to enable/disable which information should be shown in the Information Panel. BUG: 156205 svn path=/trunk/KDE/kdebase/apps/; revision=952833 --- src/panels/information/informationpanel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/information/informationpanel.h') 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; -- cgit v1.3.1