summaryrefslogtreecommitdiffstats
path: root/sipgen/export.c
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-03 01:01:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-22 13:21:17 +0100
commit0f630aff5c42d03eb301cd3fc5faff80d9c3c727 (patch)
tree94c873376a07783255db1f419f5d17bfa5151128 /sipgen/export.c
parent3e5815bce63e9e476bdeb58cbe230239622e1ba5 (diff)
downloadsip4-tqt-0f630aff5c42d03eb301cd3fc5faff80d9c3c727.tar.gz
sip4-tqt-0f630aff5c42d03eb301cd3fc5faff80d9c3c727.zip
Entry step for renaming PyTQt module libraries from qt* to tqt*.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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;