summaryrefslogtreecommitdiffstats
path: root/src/part/fileTree.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:01 -0600
commit40a94e488f56f1e783636b6414da7a3c4cadc86e (patch)
tree97f80ca640805f36d66bc9133baf9916c946a46d /src/part/fileTree.cpp
parentaeecbb9b93a2ce6139d125f54c0cbec7fce3e8d4 (diff)
downloadfilelight-40a94e488f56f1e783636b6414da7a3c4cadc86e.tar.gz
filelight-40a94e488f56f1e783636b6414da7a3c4cadc86e.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts 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 cab0a04..95f3c68 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 = *KGlobal::locale();
+ const KLocale &locale = *TDEGlobal::locale();
if( prettySize >= 0.01 )
{