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/TapeInfoWidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdat/TapeInfoWidget.cpp') diff --git a/kdat/TapeInfoWidget.cpp b/kdat/TapeInfoWidget.cpp index 1455743..de496c6 100644 --- a/kdat/TapeInfoWidget.cpp +++ b/kdat/TapeInfoWidget.cpp @@ -218,7 +218,7 @@ bool TapeInfoWidget::isModified() return TRUE; } - int size = (int)KGlobal::locale()->readNumber( _tapeSize->text() ); + int size = (int)TDEGlobal::locale()->readNumber( _tapeSize->text() ); if ( _tapeSizeUnits->currentItem() == 0 ) { // MB size *= 1024; @@ -254,7 +254,7 @@ void TapeInfoWidget::slotApply() return; } - int size = (int)KGlobal::locale()->readNumber( _tapeSize->text() ); + int size = (int)TDEGlobal::locale()->readNumber( _tapeSize->text() ); if ( _tapeSizeUnits->currentItem() == 0 ) { // MB size *= 1024; -- cgit v1.2.3