summaryrefslogtreecommitdiffstats
path: root/sipgen/export.c
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-12 11:42:11 +0900
committerMichele Calgaro <[email protected]>2023-07-13 09:54:01 +0900
commita2339567fb8cbe8abbba1ade8941bc0452d13bc9 (patch)
treec8a6a1f2de5457a1ec1fbed16a98b59eaf0df57c /sipgen/export.c
parentd768e91379d44b22260cddb3559c1e2243c3b1f5 (diff)
downloadsip4-tqt-a2339567fb8cbe8abbba1ade8941bc0452d13bc9.tar.gz
sip4-tqt-a2339567fb8cbe8abbba1ade8941bc0452d13bc9.zip
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 566a2d4dc8fea5283e39e29717f7a93af9a59da1)
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: