summaryrefslogtreecommitdiffstats
path: root/src/part/fileTree.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:00:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:00:28 -0600
commit401bc51c194b27be9ffaad75a85bf3209c26891b (patch)
tree1f7ed433c34364db964a35e73df4e7bf00dcf111 /src/part/fileTree.cpp
parentc72c190591d9795beb852fd367100323979d85f1 (diff)
downloadfilelight-401bc51c194b27be9ffaad75a85bf3209c26891b.tar.gz
filelight-401bc51c194b27be9ffaad75a85bf3209c26891b.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'src/part/fileTree.cpp')
-rw-r--r--src/part/fileTree.cpp2
1 files changed, 1 insertions, 1 deletions
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 )
{