summaryrefslogtreecommitdiffstats
path: root/sipgen/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'sipgen/export.c')
-rw-r--r--sipgen/export.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sipgen/export.c b/sipgen/export.c
index e9b4f5a..a11de0a 100644
--- a/sipgen/export.c
+++ b/sipgen/export.c
@@ -968,12 +968,12 @@ static const char *pyType(sipSpec *pt, argDef *ad, int sec, classDef **scope)
if (sec)
type_name = "callable";
else
- type_name = TQOBJECT_OBJECT_NAME_STRING;
+ type_name = "TQObject";
break;
case tqobject_type:
- type_name = TQOBJECT_OBJECT_NAME_STRING;
+ type_name = "TQObject";
break;
case ustring_type: