]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kcategorizedview_p.h
ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still works...
[dolphin.git] / src / kcategorizedview_p.h
index 45d89aa2105f7eb7c509dc257803ccc81907b25d..690db5ba924edd5db0be7ad78c0bea7a6ac450c5 100644 (file)
@@ -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