Rename KDE_VERSION to TDE_VERSION

pull/1/head
Timothy Pearson 13 years ago
parent 03b4c2c243
commit b5b26b986c

@ -241,7 +241,7 @@ void Smb4KCore::open( Smb4KShare *share, int openWith )
return; 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 ) if ( TQString::compare( share->filesystem(), "cifs" ) == 0 )
{ {

@ -162,7 +162,7 @@ void Smb4KSharesIconView::contentsDropEvent( TQDropEvent *e )
// We only allow copying: // We only allow copying:
KIO::CopyJob *job = KIO::copy( src, dest, true ); KIO::CopyJob *job = KIO::copy( src, dest, true );
job->setAutoErrorHandlingEnabled( true, NULL ); 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 ); job->setAutoWarningHandlingEnabled( true );
#endif #endif
} }

@ -167,7 +167,7 @@ void Smb4KSharesListView::contentsDropEvent( TQDropEvent *e )
// We only allow copying: // We only allow copying:
KIO::CopyJob *job = KIO::copy( src, dest, true ); KIO::CopyJob *job = KIO::copy( src, dest, true );
job->setAutoErrorHandlingEnabled( true, NULL ); 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 ); job->setAutoWarningHandlingEnabled( true );
#endif #endif
} }

Loading…
Cancel
Save