From e9654e1a22ff355962fd97168f051336b814f4aa Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:19:13 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/gvcore/timeutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/timeutils.cpp') diff --git a/src/gvcore/timeutils.cpp b/src/gvcore/timeutils.cpp index fbd3a5a..eda6749 100644 --- a/src/gvcore/timeutils.cpp +++ b/src/gvcore/timeutils.cpp @@ -45,7 +45,7 @@ time_t getTime(const KFileItem* item) { TQString formatTime(time_t time) { TQDateTime dt; dt.setTime_t(time); - return KGlobal::locale()->formatDateTime(dt); + return TDEGlobal::locale()->formatDateTime(dt); } -- cgit v1.2.1