summaryrefslogtreecommitdiffstats
path: root/src/app/VFS/krpermhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/VFS/krpermhandler.cpp')
-rw-r--r--src/app/VFS/krpermhandler.cpp5
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;