diff options
| author | Peter Penz <[email protected]> | 2009-10-10 14:13:50 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-10-10 14:13:50 +0000 |
| commit | eaeee9f7d68d120b1982f24e73d8183db3418261 (patch) | |
| tree | a890f309955e93cd2e44c8f95aa04ce4988939fb /src/panels/information/informationpanelcontent.h | |
| parent | ec6144e5cf91bfe7d0c0343e2f47db85aa1160b0 (diff) | |
Start of refactoring so that the metadata widget can be moved outside of Dolphin for other applications. The temporary removed code will be integrated again within the next 10 days (-> currently no meta data is shown and cannot be updated).
svn path=/trunk/KDE/kdebase/apps/; revision=1033585
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 11010572c..3b9fc6dc3 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -136,10 +136,7 @@ private: KSeparator* m_previewSeparator; PhononWidget* m_phononWidget; MetaDataWidget* m_metaDataWidget; - KSeparator* m_metaDataSeparator; - - QScrollArea* m_metaTextArea; - MetaTextLabel* m_metaTextLabel; + QScrollArea* m_metaDataArea; }; #endif // INFORMATIONPANELCONTENT_H |
