From 401bc51c194b27be9ffaad75a85bf3209c26891b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:00:28 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- src/part/fileTree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/part/fileTree.cpp') diff --git a/src/part/fileTree.cpp b/src/part/fileTree.cpp index 95f3c68..5409b33 100644 --- a/src/part/fileTree.cpp +++ b/src/part/fileTree.cpp @@ -40,7 +40,7 @@ File::humanReadableSize( uint 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 ) { -- cgit v1.2.3