summaryrefslogtreecommitdiffstats
path: root/kghostview/infodialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/infodialog.cpp')
-rw-r--r--kghostview/infodialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/infodialog.cpp b/kghostview/infodialog.cpp
index e429d712..70826c11 100644
--- a/kghostview/infodialog.cpp
+++ b/kghostview/infodialog.cpp
@@ -110,7 +110,7 @@ namespace {
// FIXME: this ignores the timezone
TQDate date( year, month, day );
TQTime time( hour, min, sec );
- KLocale locale( "kghostview" );
+ TDELocale locale( "kghostview" );
return locale.formatDateTime( TQDateTime( date, time ) );
}
kdDebug( 4500 ) << "parseDate failed." << endl;