--- a/IconEditor/IconEditorWindow.py Fri Sep 03 18:53:24 2010 +0200 +++ b/IconEditor/IconEditorWindow.py Fri Sep 03 20:04:49 2010 +0200 @@ -1005,7 +1005,7 @@ self.trUtf8("Save icon file"), self.trUtf8("<p>The file <b>{0}</b> already exists." " Overwrite it?</p>").format(fileName), - type_ = E5MessageBox.Warning) + icon = E5MessageBox.Warning) if not res: return False @@ -1213,4 +1213,4 @@ """ Private slot called in to enter Whats This mode. """ - QWhatsThis.enterWhatsThisMode() + QWhatsThis.enterWhatsThisMode() \ No newline at end of file