summaryrefslogtreecommitdiffstats
path: root/korganizer/timezone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/timezone.cpp')
-rw-r--r--korganizer/timezone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/timezone.cpp b/korganizer/timezone.cpp
index 73891c2d..69e0b4f0 100644
--- a/korganizer/timezone.cpp
+++ b/korganizer/timezone.cpp
@@ -58,6 +58,6 @@ int main(int argc,char **argv)
kdDebug(5850) << "TQDateTime::currentTime(): "
<< qtime.toString( TQt::ISODate ) << endl;
- kdDebug(5850) << "KLocale::formatTime(): "
+ kdDebug(5850) << "TDELocale::formatTime(): "
<< TDEGlobal::locale()->formatTime( qtime ) << endl;
}