diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 08:16:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 08:16:29 -0600 |
commit | 805781daef7a5af43065787637b1884207aa38b0 (patch) | |
tree | 783361509d68cdc802d78dff07bbdf7a52183726 /kghostview/infodialog.cpp | |
parent | 6065bc449113d29f0a2728965c3b8ea803c194a5 (diff) | |
download | tdegraphics-805781daef7a5af43065787637b1884207aa38b0.tar.gz tdegraphics-805781daef7a5af43065787637b1884207aa38b0.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kghostview/infodialog.cpp')
-rw-r--r-- | kghostview/infodialog.cpp | 2 |
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; |