summaryrefslogtreecommitdiffstats
path: root/src/app/krusader.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-07 11:07:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-07 22:48:54 +0900
commita675856e6e7e5d7f20c66681f1c9d25c58d4b7ee (patch)
tree0d8bb87ef55a5d3bbd3e29899345ce90dab50889 /src/app/krusader.cpp
parent93cd4949e72fe0a36b0118cd34a3ade29b1fe551 (diff)
downloadkrusader-remove/kde-is-version.tar.gz
krusader-remove/kde-is-version.zip
Remove use of KDE_IS_VERSIONremove/kde-is-version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/app/krusader.cpp')
-rw-r--r--src/app/krusader.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/app/krusader.cpp b/src/app/krusader.cpp
index e3e3af0..8421c20 100644
--- a/src/app/krusader.cpp
+++ b/src/app/krusader.cpp
@@ -46,11 +46,7 @@ YP YD 88 YD ~Y8888P' `8888Y' YP YP Y8888D' Y88888P 88 YD
#include <tdelocale.h>
#include <tdeaccelmanager.h>
#include <twin.h>
-
-#if KDE_IS_VERSION(3,2,0)
#include <tdeactionclasses.h>
-#endif
-
#include <tdeversion.h>
// TQt includes
#include <tqpixmap.h>
@@ -694,15 +690,10 @@ void Krusader::setupActions() {
SLOTS, TQ_SLOT( homeTerminal() ), actionCollection(), "terminal@home" );
actFTPDisconnect = new TDEAction( i18n( "Disconnect &from Net" ), "kr_ftp_disconnect", SHIFT + CTRL + Key_F,
SLOTS, TQ_SLOT( FTPDisconnect() ), actionCollection(), "ftp disconnect" );
-#if KDE_IS_VERSION(3,2,0) /* new mountman feature is available in kde 3.2 only! */
actMountMan = new TDEToolBarPopupAction( i18n( "&MountMan..." ), "kr_mountman", ALT + Key_Slash,
SLOTS, TQ_SLOT( runMountMan() ), actionCollection(), "mountman" );
connect( ( ( TDEToolBarPopupAction* ) actMountMan ) ->popupMenu(), TQ_SIGNAL( aboutToShow() ),
mountMan, TQ_SLOT( quickList() ) );
-#else
- actMountMan = new TDEAction( i18n( "&MountMan..." ), "kr_mountman", ALT + Key_Slash,
- SLOTS, TQ_SLOT( runMountMan() ), actionCollection(), "mountman" );
-#endif /* KDE 3.2 */
actFind = new TDEAction( i18n( "&Search..." ), "filefind", CTRL + Key_S,
SLOTS, TQ_SLOT( search() ), actionCollection(), "find" );