diff options
Diffstat (limited to 'src/app/GUI/mediabutton.cpp')
| -rw-r--r-- | src/app/GUI/mediabutton.cpp | 7 |
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" ) |
