summaryrefslogtreecommitdiffstats
path: root/src/app/GUI/mediabutton.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/GUI/mediabutton.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/GUI/mediabutton.cpp')
-rw-r--r--src/app/GUI/mediabutton.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/app/GUI/mediabutton.cpp b/src/app/GUI/mediabutton.cpp
index 19a5d71..90c6cb2 100644
--- a/src/app/GUI/mediabutton.cpp
+++ b/src/app/GUI/mediabutton.cpp
@@ -170,11 +170,9 @@ void MediaButton::slotEntries( TDEIO::Job *, const TDEIO::UDSEntryList& entries
if( !mime.endsWith( "unmounted" ) )
mounted = true;
break;
-#if KDE_IS_VERSION(3,4,0)
case TDEIO::UDS_LOCAL_PATH:
localPath = (*it2).m_str;
break;
-#endif
}
}
@@ -442,12 +440,7 @@ void MediaButton::addMountPoint( KMountPoint * mp, bool isMounted ) {
TQString extSpc = ( isMounted && type == "hdd" ) ? extraSpaces : "";
/* WORKAROUND CODE END */
-#if KDE_IS_VERSION(3,4,0)
TQString mimeBase = "media/";
-#else
- TQString mimeBase = "kdedevice/";
-#endif
-
TQString mime = mimeBase + type + mountString;
if( type == "hdd" )