--- a/QScintilla/Exporters/ExporterBase.py Fri Sep 03 18:53:24 2010 +0200 +++ b/QScintilla/Exporters/ExporterBase.py Fri Sep 03 20:04:49 2010 +0200 @@ -57,7 +57,7 @@ self.trUtf8("Export source"), self.trUtf8("<p>The file <b>{0}</b> already exists." " Overwrite it?</p>").format(fn), - type_ = E5MessageBox.Warning) + icon = E5MessageBox.Warning) if not res: return "" @@ -71,4 +71,4 @@ This method must be overridden by the real exporters. """ - raise NotImplementedError + raise NotImplementedError \ No newline at end of file