diff options
| author | Thomas Zander <[email protected]> | 2007-07-24 08:53:35 +0000 |
|---|---|---|
| committer | Thomas Zander <[email protected]> | 2007-07-24 08:53:35 +0000 |
| commit | 7efea42cea8908608916e018e593109a9b6ae78f (patch) | |
| tree | c17122c388cdec98c4480f901e9336024902ed49 /src/dolphinitemcategorizer.cpp | |
| parent | e6785665752a8a3e6f9d9a73d40fdb22a2af7d04 (diff) | |
more fixes
svn path=/trunk/KDE/kdebase/apps/; revision=691717
Diffstat (limited to 'src/dolphinitemcategorizer.cpp')
| -rw-r--r-- | src/dolphinitemcategorizer.cpp | 2 |
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) |
