From 23b91d0c36d4d8a6726b243276cb7b4fc2169386 Mon Sep 17 00:00:00 2001 From: Rafael Fernández López Date: Mon, 9 Jul 2007 18:08:20 +0000 Subject: Rename KListView to KCategorizedView as decided svn path=/trunk/KDE/kdebase/apps/; revision=685767 --- src/dolphiniconsview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 83ca615f0..ec18400c6 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -20,7 +20,7 @@ #ifndef DOLPHINICONSVIEW_H #define DOLPHINICONSVIEW_H -#include +#include #include #include #include @@ -33,7 +33,7 @@ class DolphinController; * It is also possible that instead of the icon a preview of the item * content is shown. */ -class LIBDOLPHINPRIVATE_EXPORT DolphinIconsView : public KListView +class LIBDOLPHINPRIVATE_EXPORT DolphinIconsView : public KCategorizedView { Q_OBJECT -- cgit v1.3.1