From 5f444a9ea966b68991cef44d2711378ef9ff406d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:40:58 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kdat/FileInfoWidget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdat/FileInfoWidget.cpp') diff --git a/kdat/FileInfoWidget.cpp b/kdat/FileInfoWidget.cpp index 5b75cf7..d5ef7bf 100644 --- a/kdat/FileInfoWidget.cpp +++ b/kdat/FileInfoWidget.cpp @@ -143,13 +143,13 @@ void FileInfoWidget::setFile( const TQString & name ) TQDateTime datetime; datetime.setTime_t(info.st_ctime); - _ctime->setText( KGlobal::locale()->formatDateTime(datetime, false) ); + _ctime->setText( TDEGlobal::locale()->formatDateTime(datetime, false) ); datetime.setTime_t(info.st_mtime); - _mtime->setText( KGlobal::locale()->formatDateTime(datetime, false) ); + _mtime->setText( TDEGlobal::locale()->formatDateTime(datetime, false) ); datetime.setTime_t(info.st_atime); - _atime->setText( KGlobal::locale()->formatDateTime(datetime, false) ); + _atime->setText( TDEGlobal::locale()->formatDateTime(datetime, false) ); _size->setText( Util::bytesToString( info.st_size ) ); -- cgit v1.2.3