From 88705d0c34911fee2464bab8a050159f68d84d98 Mon Sep 17 00:00:00 2001 From: Nick Shaforostoff Date: Fri, 20 Jul 2007 21:16:50 +0000 Subject: Make use of the newly added KDirSortFilterProxyModel class -- that is, essentially, remove all the code being duplicated :) Make manpart use KEncodingDetector capabilities along the way (it was before) svn path=/trunk/KDE/kdebase/apps/; revision=690382 --- src/kcategorizedview_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kcategorizedview_p.h') diff --git a/src/kcategorizedview_p.h b/src/kcategorizedview_p.h index 45d89aa21..4e5a55dba 100644 --- a/src/kcategorizedview_p.h +++ b/src/kcategorizedview_p.h @@ -21,7 +21,7 @@ #ifndef KCATEGORIZEDVIEW_P_H #define KCATEGORIZEDVIEW_P_H -class KSortFilterProxyModel; +class DolphinSortFilterProxyModel; /** * @internal @@ -152,7 +152,7 @@ public: QRect lastSelectionRect; // Attributes for speed reasons - KSortFilterProxyModel *proxyModel; + DolphinSortFilterProxyModel *proxyModel; QModelIndexList sourceModelIndexList; // in source model QModelIndex lastIndex; }; -- cgit v1.3