┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinitemcategorizer.cpp
diff options
context:
space:
mode:
authorThomas Zander <[email protected]>2007-07-24 08:53:35 +0000
committerThomas Zander <[email protected]>2007-07-24 08:53:35 +0000
commit7efea42cea8908608916e018e593109a9b6ae78f (patch)
treec17122c388cdec98c4480f901e9336024902ed49 /src/dolphinitemcategorizer.cpp
parente6785665752a8a3e6f9d9a73d40fdb22a2af7d04 (diff)
more fixes
svn path=/trunk/KDE/kdebase/apps/; revision=691717
Diffstat (limited to 'src/dolphinitemcategorizer.cpp')
-rw-r--r--src/dolphinitemcategorizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinitemcategorizer.cpp b/src/dolphinitemcategorizer.cpp
index d5c6d4e28..81ca65a61 100644
--- a/src/dolphinitemcategorizer.cpp
+++ b/src/dolphinitemcategorizer.cpp
@@ -123,7 +123,7 @@ QString DolphinItemCategorizer::categoryForItem(const QModelIndex& index,
case DolphinView::SortByDate:
{
KDateTime modifiedTime;
- modifiedTime.setTime_t(item->time(KIO::UDS_MODIFICATION_TIME));
+ modifiedTime.setTime_t(item->time(KIO::UDSEntry::UDS_MODIFICATION_TIME));
modifiedTime = modifiedTime.toLocalZone();
if (modifiedTime.daysTo(KDateTime::currentLocalDateTime()) == 0)