summaryrefslogtreecommitdiffstats
path: root/krusader/Panel/krviewitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:25:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:25:03 -0600
commitb8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1 (patch)
tree1ef0b39b7a11558da73419c7162c0b585f640cbe /krusader/Panel/krviewitem.cpp
parentc92efa3ed8797c482b343539ca6dc628c755370c (diff)
downloadkrusader-b8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1.tar.gz
krusader-b8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'krusader/Panel/krviewitem.cpp')
-rw-r--r--krusader/Panel/krviewitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Panel/krviewitem.cpp b/krusader/Panel/krviewitem.cpp
index 96e9a02..28f3a0c 100644
--- a/krusader/Panel/krviewitem.cpp
+++ b/krusader/Panel/krviewitem.cpp
@@ -85,7 +85,7 @@ TQString KrViewItem::dateTime() const {
struct tm* t=localtime((time_t *)&time);
TQDateTime tmp(TQDate(t->tm_year+1900, t->tm_mon+1, t->tm_mday), TQTime(t->tm_hour, t->tm_min));
- return KGlobal::locale()->formatDateTime(tmp);
+ return TDEGlobal::locale()->formatDateTime(tmp);
}
TQPixmap KrViewItem::icon() {