diff options
Diffstat (limited to 'src/kbibtex_part.cpp')
| -rw-r--r-- | src/kbibtex_part.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kbibtex_part.cpp b/src/kbibtex_part.cpp index bf8d80d..d87327c 100644 --- a/src/kbibtex_part.cpp +++ b/src/kbibtex_part.cpp @@ -339,11 +339,9 @@ void KBibTeXPart::slotFileExport() if ( error ) { -#if (TDE_VERSION_MINOR>=4) && (TDE_VERSION_MAJOR>=3) if ( !errorLog.empty() ) KMessageBox::errorList( widget(), TQString( i18n( "File could not be exported in '%1'." ) ).arg( exportURL.prettyURL() ).append( i18n( "\n\nSee the following error log for details." ) ), errorLog, i18n( "Exporting failed" ) ); else -#endif KMessageBox::error( widget(), TQString( i18n( "File could not be exported to '%1'." ) ).arg( exportURL.prettyURL() ), i18n( "Exporting failed" ) ); } |
