From 275a3ec40f09e70441a36183e714c6c099b0efa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 30 Sep 2013 22:08:10 +0200 Subject: [PATCH] Revert pyqt3TQtSignal to pyqt3QtSignal It allows to retain compatibility with the original SIP4 --- sip/qt/qobject.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sip/qt/qobject.sip b/sip/qt/qobject.sip index 8829ac1..f039534 100644 --- a/sip/qt/qobject.sip +++ b/sip/qt/qobject.sip @@ -2196,7 +2196,7 @@ int pyqt3EmitSignal(PyObject *self, const char *sig, PyObject *sigargs) // See if it is a TQt signal. if (*sig == '2') { - pyqt3TQtSignal *tab; + pyqt3QtSignal *tab; // Search the table. for (tab = ((pyqt3ClassTypeDef *)((sipWrapperType *)(self->ob_type))->type)->qt3_emit; tab->st_name != NULL; ++tab)