diff options
| author | Nick Shaforostoff <[email protected]> | 2007-07-21 00:31:26 +0000 |
|---|---|---|
| committer | Nick Shaforostoff <[email protected]> | 2007-07-21 00:31:26 +0000 |
| commit | 4c96ec2698084f2c2d9fa2d6f78ce87157efde37 (patch) | |
| tree | 16abca605beee3e09c692a2628e4281990890f0e /src/kcategorizedview.cpp | |
| parent | 88705d0c34911fee2464bab8a050159f68d84d98 (diff) | |
ok, reverting as requested by Peter Penz.
svn path=/trunk/KDE/kdebase/apps/; revision=690417
Diffstat (limited to 'src/kcategorizedview.cpp')
| -rw-r--r-- | src/kcategorizedview.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kcategorizedview.cpp b/src/kcategorizedview.cpp index b42d066b5..d250c42c9 100644 --- a/src/kcategorizedview.cpp +++ b/src/kcategorizedview.cpp @@ -33,7 +33,7 @@ #include <kstyle.h> #include "kitemcategorizer.h" -#include "dolphinsortfilterproxymodel.h" +#include "ksortfilterproxymodel.h" class LessThan { @@ -44,7 +44,7 @@ public: CategoryPurpose }; - inline LessThan(const DolphinSortFilterProxyModel *proxyModel, + inline LessThan(const KSortFilterProxyModel *proxyModel, Purpose purpose) : proxyModel(proxyModel) , purpose(purpose) @@ -67,7 +67,7 @@ public: } private: - const DolphinSortFilterProxyModel *proxyModel; + const KSortFilterProxyModel *proxyModel; const Purpose purpose; }; @@ -483,7 +483,7 @@ void KCategorizedView::setModel(QAbstractItemModel *model) QListView::setModel(model); - d->proxyModel = dynamic_cast<DolphinSortFilterProxyModel*>(model); + d->proxyModel = dynamic_cast<KSortFilterProxyModel*>(model); if (d->proxyModel) { |
