summaryrefslogtreecommitdiffstats
path: root/siplib/sip.h
diff options
context:
space:
mode:
Diffstat (limited to 'siplib/sip.h')
-rw-r--r--siplib/sip.h6
1 files changed, 3 insertions, 3 deletions
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;