diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-06 12:45:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-07 16:31:15 +0900 |
commit | 8bb7d792c7dac1494408be0be2dbf728b32d7fe1 (patch) | |
tree | 0cf044aa02729c8ea54def1de56e1bda3b8769fe /doc/tqtdocs.sip | |
parent | c6acfabe32e7d22d90571d5398b94514e16dacff (diff) | |
download | pytqt-r14.1.1.tar.gz pytqt-r14.1.1.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 'doc/tqtdocs.sip')
-rw-r--r-- | doc/tqtdocs.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqtdocs.sip b/doc/tqtdocs.sip index 5c8c295..d04ca25 100644 --- a/doc/tqtdocs.sip +++ b/doc/tqtdocs.sip @@ -345,8 +345,8 @@ annoying when trying to code in Python. <Sect2><Title>Using TQt Linguist</Title> <Para> TQt includes the <Literal>lupdate</Literal> program which parses C++ source -files converting calls to the <Literal>QT_TR_NOOP()</Literal> and -<Literal>QT_TRANSLATE_NOOP()</Literal> macros to <Literal>.ts</Literal> +files converting calls to the <Literal>TQT_TR_NOOP()</Literal> and +<Literal>TQT_TRANSLATE_NOOP()</Literal> macros to <Literal>.ts</Literal> language source files. The <Literal>lrelease</Literal> program is then used to generate <Literal>.qm</Literal> binary language files that are distributed with your application. |