From 5b5a7b8da8cb3ee6bbb9f7450c87fca5de41dc05 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 10 Apr 2007 08:46:21 +0000 Subject: Added Rafael López's item categorizer into Dolphin (it's currently deactivated in dolphiniconsview.cpp until it's in shape for the public). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/KDE/kdebase/apps/; revision=652156 --- src/dolphiniconsview.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 452060534..f0d0abc1a 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -20,11 +20,13 @@ #ifndef DOLPHINICONSVIEW_H #define DOLPHINICONSVIEW_H -#include +#include +#include #include #include class DolphinController; +class DolphinItemCategorizer; class DolphinView; /** @@ -33,7 +35,7 @@ class DolphinView; * It is also possible that instead of the icon a preview of the item * content is shown. */ -class LIBDOLPHINPRIVATE_EXPORT DolphinIconsView : public QListView +class LIBDOLPHINPRIVATE_EXPORT DolphinIconsView : public KListView { Q_OBJECT @@ -71,6 +73,7 @@ private: private: DolphinController* m_controller; QStyleOptionViewItem m_viewOptions; + DolphinItemCategorizer* m_itemCategorizer; }; #endif -- cgit v1.3