#ifndef KCATEGORIZEDVIEW_P_H
#define KCATEGORIZEDVIEW_P_H
-class KSortFilterProxyModel;
+class DolphinSortFilterProxyModel;
/**
* @internal
// Basic data
KCategorizedView *listView;
KItemCategorizer *itemCategorizer;
+ QSize biggestItemSize;
// Behavior data
bool mouseButtonPressed;
QRect lastSelectionRect;
// Attributes for speed reasons
- KSortFilterProxyModel *proxyModel;
+ DolphinSortFilterProxyModel *proxyModel;
QModelIndexList sourceModelIndexList; // in source model
- QModelIndex lastIndex;
};
#endif // KCATEGORIZEDVIEW_P_H