summaryrefslogtreecommitdiffstats
path: root/src/app/VFS
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/VFS')
-rw-r--r--src/app/VFS/krpermhandler.cpp5
-rw-r--r--src/app/VFS/vfile.cpp1
2 files changed, 0 insertions, 6 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;
diff --git a/src/app/VFS/vfile.cpp b/src/app/VFS/vfile.cpp
index 35dba93..22e064a 100644
--- a/src/app/VFS/vfile.cpp
+++ b/src/app/VFS/vfile.cpp
@@ -37,7 +37,6 @@
#include <tqdatetime.h>
// TDE includes
#include <kmimetype.h>
-#include <tdeversion.h>
// Krusader includes
#include "vfile.h"
#include "krpermhandler.h"