diff options
Diffstat (limited to 'src/kcategorizedview_p.h')
| -rw-r--r-- | src/kcategorizedview_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kcategorizedview_p.h b/src/kcategorizedview_p.h index 4e5a55dba..45d89aa21 100644 --- a/src/kcategorizedview_p.h +++ b/src/kcategorizedview_p.h @@ -21,7 +21,7 @@ #ifndef KCATEGORIZEDVIEW_P_H #define KCATEGORIZEDVIEW_P_H -class DolphinSortFilterProxyModel; +class KSortFilterProxyModel; /** * @internal @@ -152,7 +152,7 @@ public: QRect lastSelectionRect; // Attributes for speed reasons - DolphinSortFilterProxyModel *proxyModel; + KSortFilterProxyModel *proxyModel; QModelIndexList sourceModelIndexList; // in source model QModelIndex lastIndex; }; |
