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/Util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdat/Util.cpp') diff --git a/kdat/Util.cpp b/kdat/Util.cpp index 11e7219..b52f984 100644 --- a/kdat/Util.cpp +++ b/kdat/Util.cpp @@ -24,12 +24,12 @@ TQString Util::bytesToString( uint bytes ) { - return KGlobal::locale()->formatNumber(bytes, 0); + return TDEGlobal::locale()->formatNumber(bytes, 0); } TQString Util::kbytesToString( uint kbytes ) { - return KGlobal::locale()->formatNumber(kbytes, 0) + 'k'; + return TDEGlobal::locale()->formatNumber(kbytes, 0) + 'k'; } TQString Util::longestCommonPath( const TQStringList& files ) -- cgit v1.2.1