diff options
| author | Peter Penz <[email protected]> | 2007-04-10 08:46:21 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-04-10 08:46:21 +0000 |
| commit | 5b5a7b8da8cb3ee6bbb9f7450c87fca5de41dc05 (patch) | |
| tree | d1257d61ee27485274b305eab30cb8e4de7f5592 /src/dolphiniconsview.h | |
| parent | 0eac7ed90009b8e44fe7e3fee17152ed672b7f3b (diff) | |
Added Rafael López's item categorizer into Dolphin (it's currently deactivated in dolphiniconsview.cpp until it's in shape for the public).
svn path=/trunk/KDE/kdebase/apps/; revision=652156
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 7 |
1 files changed, 5 insertions, 2 deletions
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 <QListView> +#include <klistview.h> +#include <kitemcategorizer.h> #include <QStyleOptionViewItem> #include <libdolphin_export.h> 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 |
