diff --git a/smb4k/core/smb4kcore.cpp b/smb4k/core/smb4kcore.cpp index c176142..ddbd300 100644 --- a/smb4k/core/smb4kcore.cpp +++ b/smb4k/core/smb4kcore.cpp @@ -241,7 +241,7 @@ void Smb4KCore::open( Smb4KShare *share, int openWith ) return; } -#if KDE_VERSION_MAJOR == 3 && KDE_VERSION_MINOR <= 3 && KDE_VERSION_RELEASE <= 92 +#if TDE_VERSION_MAJOR == 3 && TDE_VERSION_MINOR <= 3 && TDE_VERSION_RELEASE <= 92 if ( TQString::compare( share->filesystem(), "cifs" ) == 0 ) { diff --git a/smb4k/iconview/smb4ksharesiconview.cpp b/smb4k/iconview/smb4ksharesiconview.cpp index 397eabb..9f788fd 100644 --- a/smb4k/iconview/smb4ksharesiconview.cpp +++ b/smb4k/iconview/smb4ksharesiconview.cpp @@ -162,7 +162,7 @@ void Smb4KSharesIconView::contentsDropEvent( TQDropEvent *e ) // We only allow copying: KIO::CopyJob *job = KIO::copy( src, dest, true ); job->setAutoErrorHandlingEnabled( true, NULL ); -#if KDE_VERSION_MAJOR >= 3 && KDE_VERSION_MINOR >= 5 +#if TDE_VERSION_MAJOR >= 3 && TDE_VERSION_MINOR >= 5 job->setAutoWarningHandlingEnabled( true ); #endif } diff --git a/smb4k/listview/smb4kshareslistview.cpp b/smb4k/listview/smb4kshareslistview.cpp index 680cf06..556052b 100644 --- a/smb4k/listview/smb4kshareslistview.cpp +++ b/smb4k/listview/smb4kshareslistview.cpp @@ -167,7 +167,7 @@ void Smb4KSharesListView::contentsDropEvent( TQDropEvent *e ) // We only allow copying: KIO::CopyJob *job = KIO::copy( src, dest, true ); job->setAutoErrorHandlingEnabled( true, NULL ); -#if KDE_VERSION_MAJOR >= 3 && KDE_VERSION_MINOR >= 5 +#if TDE_VERSION_MAJOR >= 3 && TDE_VERSION_MINOR >= 5 job->setAutoWarningHandlingEnabled( true ); #endif }