diff -r 3e9f0330f833 -r 7781e396c903 Debugger/VariableDetailDialog.py --- a/Debugger/VariableDetailDialog.py Sun Jun 19 17:50:39 2011 +0200 +++ b/Debugger/VariableDetailDialog.py Sun Jun 19 19:36:27 2011 +0200 @@ -28,7 +28,7 @@ @param vtype the variables type (string) @param value the variables value (string) """ - QDialog.__init__(self) + super().__init__() self.setupUi(self) # set the different fields