diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-12 15:05:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-13 11:23:43 +0900 |
| commit | 518ef8bdaf16c75fae08452c7f19ed5a346a0d55 (patch) | |
| tree | 2de5c5c931e23cc274bbb44174507ef1aae138a0 /src/app/VFS/krpermhandler.cpp | |
| parent | 0fe91cba183d46780aceaea8daf11bbcb564b255 (diff) | |
| download | krusader-r14.1.x.tar.gz krusader-r14.1.x.zip | |
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ded3663e4ae882a03bf2607f9f19cfb6db71ec6b)
Diffstat (limited to 'src/app/VFS/krpermhandler.cpp')
| -rw-r--r-- | src/app/VFS/krpermhandler.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/VFS/krpermhandler.cpp b/src/app/VFS/krpermhandler.cpp index aa955aa..2014cfc 100644 --- a/src/app/VFS/krpermhandler.cpp +++ b/src/app/VFS/krpermhandler.cpp @@ -45,7 +45,6 @@ #include <tqdatetime.h> #include <tqdir.h> // krusader includes -#include <tdeversion.h> #include "krpermhandler.h" #include "../resources.h" @@ -280,11 +279,7 @@ bool KRpermHandler::fileExist( TQString path, TQString name ) { } TQString KRpermHandler::parseSize( TDEIO::filesize_t val ) { -#if (TDE_VERSION_MAJOR >= 3) && (TDE_VERSION_MINOR >= 5) return TDEGlobal::locale()->formatNumber(TQString::number(val), false, 0); -#else - return TDEGlobal::locale()->formatNumber(val); -#endif #if 0 TQString temp; |
