summaryrefslogtreecommitdiffstats
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:05:59 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:05:59 -0600
commite32adbca5bcb755fbed588660b6b690089210aa6 (patch)
treece5e108577236bc2d1a21d8773b8acf5bbfb0fa2 /src/dolphindetailsview.cpp
parent6d3902bd20c24613b2f13f5c04294ff83f104006 (diff)
downloaddolphin-e32adbca5bcb755fbed588660b6b690089210aa6.tar.gz
dolphin-e32adbca5bcb755fbed588660b6b690089210aa6.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 8c1077d..de1ba2f 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -135,7 +135,7 @@ void DolphinDetailsView::insertItem(KFileItem* fileItem)
TQDir::SortSpec spec = KFileView::sorting();
if (spec & TQDir::Time) {
- item->setKey(sortingKey(fileItem->time(KIO::UDS_MODIFICATION_TIME),
+ item->setKey(sortingKey(fileItem->time(TDEIO::UDS_MODIFICATION_TIME),
fileItem->isDir(),
spec));
}
@@ -683,7 +683,7 @@ DolphinDetailsView::DolphinListViewItem::DolphinListViewItem(TQListView* parent,
setText(SizeColumn, " - ");
}
else {
- TQString sizeText(KIO::convertSize(fileItem->size()));
+ TQString sizeText(TDEIO::convertSize(fileItem->size()));
sizeText.append(" ");
setText(SizeColumn, sizeText);
}