diff -r 3e9f0330f833 -r 7781e396c903 Cooperation/ChatWidget.py --- a/Cooperation/ChatWidget.py Sun Jun 19 17:50:39 2011 +0200 +++ b/Cooperation/ChatWidget.py Sun Jun 19 19:36:27 2011 +0200 @@ -54,7 +54,7 @@ @param port port to be used for the cooperation server (integer) @param parent reference to the parent widget (QWidget) """ - QWidget.__init__(self, parent) + super().__init__(parent) self.setupUi(self) self.shareButton.setIcon(