From e1f1a8aaaf6817fefb990898bcc3c8dd30ee6989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 30 Sep 2013 22:36:05 +0200 Subject: Revert pyqt4TQtSignal to pyqt4QtSignal --- siplib/sip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'siplib') diff --git a/siplib/sip.h b/siplib/sip.h index c23688b..3e9a3c6 100644 --- a/siplib/sip.h +++ b/siplib/sip.h @@ -1537,7 +1537,7 @@ typedef struct _pyqt3ClassTypeDef { /* * The description of a TQt signal for PyTQt4. */ -typedef struct _pyqt4TQtSignal { +typedef struct _pyqt4QtSignal { /* The C++ name and signature of the signal. */ const char *signature; @@ -1549,7 +1549,7 @@ typedef struct _pyqt4TQtSignal { * code that implements those methods. */ PyMethodDef *non_signals; -} pyqt4TQtSignal; +} pyqt4QtSignal; /* @@ -1575,7 +1575,7 @@ typedef struct _pyqt4ClassTypeDef { * The table of signals emitted by the type. These are grouped by signal * name. */ - const pyqt4TQtSignal *qt4_signals; + const pyqt4QtSignal *qt4_signals; } pyqt4ClassTypeDef; -- cgit v1.2.3