From 8bb7d792c7dac1494408be0be2dbf728b32d7fe1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Sep 2023 12:45:51 +0900 Subject: Replace various Q_* and QT_* defines with TQ_* and TQT_* Signed-off-by: Michele Calgaro (cherry picked from commit db3abe1860a5c9afa4893cb59499868f6ff1f5aa) --- sip/tqt/tqobject.sip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sip/tqt/tqobject.sip') diff --git a/sip/tqt/tqobject.sip b/sip/tqt/tqobject.sip index ac0ad5f..e879c01 100644 --- a/sip/tqt/tqobject.sip +++ b/sip/tqt/tqobject.sip @@ -592,14 +592,14 @@ private: }; -SIP_PYOBJECT QT_TR_NOOP(SIP_PYOBJECT); +SIP_PYOBJECT TQT_TR_NOOP(SIP_PYOBJECT); %MethodCode Py_INCREF(a0); sipRes = a0; %End -SIP_PYOBJECT QT_TRANSLATE_NOOP(SIP_PYOBJECT,SIP_PYOBJECT); +SIP_PYOBJECT TQT_TRANSLATE_NOOP(SIP_PYOBJECT,SIP_PYOBJECT); %MethodCode Py_INCREF(a1); sipRes = a1; -- cgit v1.2.3