diff options
| author | Rafael Fernández López <[email protected]> | 2007-07-09 18:08:20 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-07-09 18:08:20 +0000 |
| commit | 23b91d0c36d4d8a6726b243276cb7b4fc2169386 (patch) | |
| tree | acc6152af3bd610cc66bd5269f54fd41b105c142 /src/dolphiniconsview.h | |
| parent | 50d9e030e7855080c037b826f06433495972f503 (diff) | |
Rename KListView to KCategorizedView as decided
svn path=/trunk/KDE/kdebase/apps/; revision=685767
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 |
