┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kcategorizedview_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kcategorizedview_p.h')
-rw-r--r--src/kcategorizedview_p.h4
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
};