┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/informationpanelcontent.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-10-28 07:18:00 +0000
committerPeter Penz <[email protected]>2009-10-28 07:18:00 +0000
commit73007f7d632bdd5565b8394043bb2de07bebb336 (patch)
tree26f09ea9ceb47bed3b93fd7be1916e560ef7b3da /src/panels/information/informationpanelcontent.h
parent1201c618842c8c03825be82478f923874d24f690 (diff)
After some discussions at http://reviewboard.kde.org/r/1938 it turned out that moving KMetaDataWidget and KMetaDataConfigurationDialog to kdelibs should be postponed to KDE 4.5. The main reason is that adding application specific properties is not possible with the current API in a generic way. Also the topic how to hide properties application specific is an open point...
So now all adjustments from the review have been adapted to the Dolphin code. After KDE 4.4 has been released some refactoring will be done so that the open topics above are handled in a nice way. svn path=/trunk/KDE/kdebase/apps/; revision=1041547
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
-rw-r--r--src/panels/information/informationpanelcontent.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h
index 63948fd4f..9c17b9397 100644
--- a/src/panels/information/informationpanelcontent.h
+++ b/src/panels/information/informationpanelcontent.h
@@ -26,14 +26,14 @@
#include <kurl.h>
#include <kvbox.h>
+class KFileItem;
+class KMetaDataWidget;
+class KSeparator;
+class MetaTextLabel;
class PhononWidget;
class PixmapViewer;
-class MetaDataWidget;
-class MetaTextLabel;
class QPixmap;
class QString;
-class KFileItem;
-class KSeparator;
class QLabel;
class QScrollArea;
@@ -120,7 +120,7 @@ private:
PixmapViewer* m_preview;
KSeparator* m_previewSeparator;
PhononWidget* m_phononWidget;
- MetaDataWidget* m_metaDataWidget;
+ KMetaDataWidget* m_metaDataWidget;
QScrollArea* m_metaDataArea;
};