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 | |
| 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')
| -rw-r--r-- | src/app/Dialogs/krdialogs.cpp | 2 | ||||
| -rw-r--r-- | src/app/GUI/mediabutton.cpp | 1 | ||||
| -rw-r--r-- | src/app/Konfigurator/kgadvanced.cpp | 1 | ||||
| -rw-r--r-- | src/app/MountMan/kmountman.h | 1 | ||||
| -rw-r--r-- | src/app/Panel/listpanel.cpp | 1 | ||||
| -rw-r--r-- | src/app/Synchronizer/synchronizerdirlist.cpp | 1 | ||||
| -rw-r--r-- | src/app/VFS/krpermhandler.cpp | 5 | ||||
| -rw-r--r-- | src/app/VFS/vfile.cpp | 1 | ||||
| -rw-r--r-- | src/app/krslots.cpp | 1 |
9 files changed, 0 insertions, 14 deletions
diff --git a/src/app/Dialogs/krdialogs.cpp b/src/app/Dialogs/krdialogs.cpp index d5b2000..3767220 100644 --- a/src/app/Dialogs/krdialogs.cpp +++ b/src/app/Dialogs/krdialogs.cpp @@ -44,8 +44,6 @@ #include <kstandarddirs.h> #include <klineedit.h> #include <kurlrequester.h> -#include <kstandarddirs.h> -#include <tdeversion.h> #include <tqcheckbox.h> #include <tderecentdocument.h> #include <tqhbox.h> diff --git a/src/app/GUI/mediabutton.cpp b/src/app/GUI/mediabutton.cpp index c205dad..6b7ca5f 100644 --- a/src/app/GUI/mediabutton.cpp +++ b/src/app/GUI/mediabutton.cpp @@ -43,7 +43,6 @@ #include <tdelocale.h> #include <kiconloader.h> -#include <tdeversion.h> #include <tdeio/job.h> #include <tdemessagebox.h> #include <kmimetype.h> diff --git a/src/app/Konfigurator/kgadvanced.cpp b/src/app/Konfigurator/kgadvanced.cpp index 55755fa..15a856a 100644 --- a/src/app/Konfigurator/kgadvanced.cpp +++ b/src/app/Konfigurator/kgadvanced.cpp @@ -34,7 +34,6 @@ #include <tqhbox.h> #include <tqwhatsthis.h> #include <sys/param.h> -#include <tdeversion.h> #include <kprotocolinfo.h> KgAdvanced::KgAdvanced( bool first, TQWidget* parent, const char* name ) : diff --git a/src/app/MountMan/kmountman.h b/src/app/MountMan/kmountman.h index 1503544..9f2ab6a 100644 --- a/src/app/MountMan/kmountman.h +++ b/src/app/MountMan/kmountman.h @@ -35,7 +35,6 @@ A #include <tqstring.h> // TDE includes -#include <tdeversion.h> #include <tdeio/jobclasses.h> #include <tdeio/job.h> #include <tdeio/global.h> diff --git a/src/app/Panel/listpanel.cpp b/src/app/Panel/listpanel.cpp index 8d444df..ebd02bd 100644 --- a/src/app/Panel/listpanel.cpp +++ b/src/app/Panel/listpanel.cpp @@ -56,7 +56,6 @@ YP YD 88 YD ~Y8888P' `8888Y' YP YP Y8888D' Y88888P 88 YD #include <kstandarddirs.h> #include <tdeglobalsettings.h> #include <tqtooltip.h> -#include <tdeversion.h> #include <tqimage.h> #include <tqtabbar.h> #include <kdebug.h> diff --git a/src/app/Synchronizer/synchronizerdirlist.cpp b/src/app/Synchronizer/synchronizerdirlist.cpp index 6dfa7d2..92ad4a1 100644 --- a/src/app/Synchronizer/synchronizerdirlist.cpp +++ b/src/app/Synchronizer/synchronizerdirlist.cpp @@ -38,7 +38,6 @@ #include <klargefile.h> #include <tqapplication.h> #include <tqdir.h> -#include <tdeversion.h> #if defined( HAVE_POSIX_ACL ) 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" diff --git a/src/app/krslots.cpp b/src/app/krslots.cpp index b6d45c6..b6d1e44 100644 --- a/src/app/krslots.cpp +++ b/src/app/krslots.cpp @@ -42,7 +42,6 @@ #include <kdirnotify_stub.h> #include <tdeio/netaccess.h> #include <kedittoolbar.h> -#include <tdeversion.h> #include <tdecmdlineargs.h> #include <KViewer/krviewer.h> |
