┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincategorydrawer.cpp
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-12-03 23:43:39 +0000
committerRafael Fernández López <[email protected]>2007-12-03 23:43:39 +0000
commitf64141a6d15e9c598440b7e5c4022714def6e448 (patch)
tree2d82d390ab073e101b468612eb5f53c9c268eedd /src/dolphincategorydrawer.cpp
parentf42b43647189126112b10e2fd02218c512ccc1a9 (diff)
More changes will follow to fix logic. This makes the stuff compile.
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744626
Diffstat (limited to 'src/dolphincategorydrawer.cpp')
-rw-r--r--src/dolphincategorydrawer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincategorydrawer.cpp b/src/dolphincategorydrawer.cpp
index 2a5cd9e22..872a0c337 100644
--- a/src/dolphincategorydrawer.cpp
+++ b/src/dolphincategorydrawer.cpp
@@ -53,7 +53,7 @@ void DolphinCategoryDrawer::drawCategory(const QModelIndex &index, int sortRole,
QRect starRect = option.rect;
int iconSize = KIconLoader::global()->currentSize(KIconLoader::Small);
- QVariant categoryVariant = index.model()->data(index, KCategorizedSortFilterProxyModel::CategoryRole);
+ QVariant categoryVariant = index.model()->data(index, KCategorizedSortFilterProxyModel::CategoryDisplayRole);
if (!categoryVariant.isValid())
{