summaryrefslogtreecommitdiffstats
path: root/sip/tqt/tqobject.sip
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-06 12:45:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-07 16:31:15 +0900
commit8bb7d792c7dac1494408be0be2dbf728b32d7fe1 (patch)
tree0cf044aa02729c8ea54def1de56e1bda3b8769fe /sip/tqt/tqobject.sip
parentc6acfabe32e7d22d90571d5398b94514e16dacff (diff)
downloadpytqt-8bb7d792c7dac1494408be0be2dbf728b32d7fe1.tar.gz
pytqt-8bb7d792c7dac1494408be0be2dbf728b32d7fe1.zip
Replace various Q_* and QT_* defines with TQ_* and TQT_*r14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit db3abe1860a5c9afa4893cb59499868f6ff1f5aa)
Diffstat (limited to 'sip/tqt/tqobject.sip')
-rw-r--r--sip/tqt/tqobject.sip4
1 files changed, 2 insertions, 2 deletions
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;