From a2339567fb8cbe8abbba1ade8941bc0452d13bc9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 12 Jul 2023 11:42:11 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro (cherry picked from commit 566a2d4dc8fea5283e39e29717f7a93af9a59da1) --- sipgen/export.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sipgen/export.c') 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: -- cgit v1.2.3