diff options
Diffstat (limited to 'python/sip/siplib/sip.h')
-rw-r--r-- | python/sip/siplib/sip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sip/siplib/sip.h b/python/sip/siplib/sip.h index d08a913d..92bcda4e 100644 --- a/python/sip/siplib/sip.h +++ b/python/sip/siplib/sip.h @@ -1037,7 +1037,7 @@ typedef struct _sipSignature { * A connection to a universal slot. */ typedef struct _sipSlotConnection { - /* The transmitter QObject. */ + /* The transmitter TQObject. */ void *sc_transmitter; /* The parsed signature. */ |