--- a/Debugger/EditWatchpointDialog.py Tue Aug 10 13:15:03 2010 +0200 +++ b/Debugger/EditWatchpointDialog.py Tue Aug 10 14:17:54 2010 +0200 @@ -36,10 +36,8 @@ self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) # connect our widgets - self.connect(self.conditionEdit, SIGNAL("textChanged(const QString &)"), - self.__textChanged) - self.connect(self.specialEdit, SIGNAL("textChanged(const QString &)"), - self.__textChanged) + self.conditionEdit.textChanged.connect(self.__textChanged) + self.specialEdit.textChanged.connect(self.__textChanged) cond, temp, enabled, count, special = properties