diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:19:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:19:01 -0600 |
commit | 40a94e488f56f1e783636b6414da7a3c4cadc86e (patch) | |
tree | 97f80ca640805f36d66bc9133baf9916c946a46d /src/part/fileTree.cpp | |
parent | aeecbb9b93a2ce6139d125f54c0cbec7fce3e8d4 (diff) | |
download | filelight-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.cpp | 2 |
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 ) { |