Rename KLocale to enhance compatibility with KDE4

feat/lzip-support
Timothy Pearson 12 years ago
parent de1a873197
commit ee20b8ce03

@ -52,7 +52,7 @@ File::humanReadableSize( FileSize size, UnitPrefix key /*= mega*/ ) //static
{
TQString s;
double prettySize = (double)size / (double)DENOMINATOR[key];
const KLocale &locale = *TDEGlobal::locale();
const TDELocale &locale = *TDEGlobal::locale();
if( prettySize >= 0.01 )
{

@ -84,7 +84,7 @@ SegmentTip::updateTip( const File* const file, const Directory* const root )
{
const TQString s1 = file->fullPath( root );
TQString s2 = file->humanReadableSize();
KLocale *loc = TDEGlobal::locale();
TDELocale *loc = TDEGlobal::locale();
const uint MARGIN = 3;
const uint pc = 100 * file->size() / root->size();
uint maxw = 0;

Loading…
Cancel
Save