From 805781daef7a5af43065787637b1884207aa38b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:16:29 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- kghostview/infodialog.cpp | 2 +- kghostview/kgv_miniwidget.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kghostview') 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; diff --git a/kghostview/kgv_miniwidget.cpp b/kghostview/kgv_miniwidget.cpp index b226bb78..d8210cdf 100644 --- a/kghostview/kgv_miniwidget.cpp +++ b/kghostview/kgv_miniwidget.cpp @@ -61,7 +61,7 @@ KGVMiniWidget::KGVMiniWidget( KGVPart* part, const char* name ) : _usePageLabels( true ), _visiblePage( -1 ) { - KLocale locale( "kghostview" ); + TDELocale locale( "kghostview" ); _fallBackPageMedia = pageSizeToString( static_cast< TQPrinter::PageSize >( locale.pageSize() ) ); _thumbnailService = new ThumbnailService( this ); -- cgit v1.2.3