summaryrefslogtreecommitdiffstats
path: root/src/helpers/sub2qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/sub2qt.cpp')
-rw-r--r--src/helpers/sub2qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/sub2qt.cpp b/src/helpers/sub2qt.cpp
index abe699c..cc18b4e 100644
--- a/src/helpers/sub2qt.cpp
+++ b/src/helpers/sub2qt.cpp
@@ -42,7 +42,7 @@ TQString sub2qt::apr_time2qtString(apr_time_t _time)
TQString sub2qt::DateTime2qtString(const svn::DateTime&_time)
{
- return KGlobal::locale()->formatDateTime(_time);
+ return TDEGlobal::locale()->formatDateTime(_time);
}
};