summaryrefslogtreecommitdiffstats
path: root/siplib
diff options
context:
space:
mode:
Diffstat (limited to 'siplib')
-rw-r--r--siplib/tqtlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/siplib/tqtlib.c b/siplib/tqtlib.c
index 7b8bb67..df35d6c 100644
--- a/siplib/tqtlib.c
+++ b/siplib/tqtlib.c
@@ -569,7 +569,7 @@ int sip_api_save_slot(sipSlot *sp, PyObject *rxObj, const char *slot)
* because they are generated on the fly and we can't take a
* reference as that may keep the instance (ie. self) alive.
* We therefore treat it as if the user had specified the slot
- * at "obj, TQT_SLOT('meth()')" rather than "obj.meth" (see below).
+ * at "obj, TQ_SLOT('meth()')" rather than "obj.meth" (see below).
*/
const char *meth;
@@ -610,7 +610,7 @@ int sip_api_save_slot(sipSlot *sp, PyObject *rxObj, const char *slot)
{
/*
* The user has decided to connect a Python signal to a TQt slot and
- * specified the slot as "obj, TQT_SLOT('meth()')" rather than "obj.meth".
+ * specified the slot as "obj, TQ_SLOT('meth()')" rather than "obj.meth".
*/
char *tail;