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 e18feba..e9b4f5a 100644
--- a/sipgen/export.c
+++ b/sipgen/export.c
@@ -753,7 +753,7 @@ static void xmlType(sipSpec *pt, argDef *ad, int sec, FILE *fp)
type_type = "class";
break;
- case qobject_type:
+ case tqobject_type:
type_type = "class";
break;
@@ -972,7 +972,7 @@ static const char *pyType(sipSpec *pt, argDef *ad, int sec, classDef **scope)
break;
- case qobject_type:
+ case tqobject_type:
type_name = TQOBJECT_OBJECT_NAME_STRING;
break;