diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-07 11:07:29 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-07 22:48:54 +0900 |
| commit | a675856e6e7e5d7f20c66681f1c9d25c58d4b7ee (patch) | |
| tree | 0d8bb87ef55a5d3bbd3e29899345ce90dab50889 /src/app/krusader.cpp | |
| parent | 93cd4949e72fe0a36b0118cd34a3ade29b1fe551 (diff) | |
| download | krusader-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.cpp | 9 |
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" ); |
