--- a/QScintilla/ShellHistoryDialog.py Sun Jun 19 17:50:39 2011 +0200 +++ b/QScintilla/ShellHistoryDialog.py Sun Jun 19 19:36:27 2011 +0200 @@ -27,7 +27,7 @@ @param vm reference to the viewmanager object @param shell reference to the shell object """ - QDialog.__init__(self, shell) + super().__init__(shell) self.setupUi(self) self.historyList.addItems(history)