|
|
@ -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
|
|
|
|
}
|
|
|
|
}
|
|
|
|