X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/4c96ec2698084f2c2d9fa2d6f78ce87157efde37..ec00f379dc42b00a64ab1af25bb4bb1a06bd7449:/src/kcategorizedview_p.h diff --git a/src/kcategorizedview_p.h b/src/kcategorizedview_p.h index 45d89aa21..690db5ba9 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,9 +152,8 @@ public: QRect lastSelectionRect; // Attributes for speed reasons - KSortFilterProxyModel *proxyModel; + DolphinSortFilterProxyModel *proxyModel; QModelIndexList sourceModelIndexList; // in source model - QModelIndex lastIndex; }; #endif // KCATEGORIZEDVIEW_P_H