diff options
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <klistview.h> +#include <kcategorizedview.h> #include <kitemcategorizer.h> #include <QtGui/QStyleOption> #include <libdolphin_export.h> @@ -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 |
