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"));