diff options
Diffstat (limited to 'python/sip/siplib/sipint.h')
-rw-r--r-- | python/sip/siplib/sipint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sip/siplib/sipint.h b/python/sip/siplib/sipint.h index 97c35631..0a8f2459 100644 --- a/python/sip/siplib/sipint.h +++ b/python/sip/siplib/sipint.h @@ -57,7 +57,7 @@ extern PyInterpreterState *sipInterpreter; /* The interpreter. */ extern sipQtAPI *sipQtSupport; /* The Qt support API. */ -extern sipWrapperType *sipQObjectClass; /* The Python QObject class. */ +extern sipWrapperType *sipQObjectClass; /* The Python TQObject class. */ void *sip_api_convert_rx(sipWrapper *txSelf, const char *sigargs, PyObject *rxObj, const char *slot, |