diff options
| author | Nick Shaforostoff <[email protected]> | 2007-07-25 19:08:12 +0000 |
|---|---|---|
| committer | Nick Shaforostoff <[email protected]> | 2007-07-25 19:08:12 +0000 |
| commit | b607d3cc4bbce0ef496730b25dfe2ec7bf00ab7a (patch) | |
| tree | 50680b300353da8d91185d34550e7406d0e84599 /src/kcategorizedview_p.h | |
| parent | 993021a16858d4a257eff1052512d07133548987 (diff) | |
ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still works, haven't tested nepomuk part though.
NOTE to dolphin devs: please, consider using 'left.column()' instead of 'sortRole()' in lessThan methods, and 'sorting()' instead of 'sortRole()' in other places.
Didn't make switch by myself because it needs nepomk testing (shouldn't be too hard though).
svn path=/trunk/KDE/kdebase/apps/; revision=692517
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 1a8a7f376..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,7 +152,7 @@ public: QRect lastSelectionRect; // Attributes for speed reasons - KSortFilterProxyModel *proxyModel; + DolphinSortFilterProxyModel *proxyModel; QModelIndexList sourceModelIndexList; // in source model }; |
