summaryrefslogtreecommitdiffstats
path: root/doc/PyTQt.sgml
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 15:47:32 +0900
commitdb3abe1860a5c9afa4893cb59499868f6ff1f5aa (patch)
tree1cad8cd456d772284d266cc3f433a3e2e8c7544c /doc/PyTQt.sgml
parent8ccbd4fc0219267d2d8b00e7191b1d92de834569 (diff)
downloadpytqt-db3abe1860a5c9afa4893cb59499868f6ff1f5aa.tar.gz
pytqt-db3abe1860a5c9afa4893cb59499868f6ff1f5aa.zip
Replace various Q_* and QT_* defines with TQ_* and TQT_*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/PyTQt.sgml')
-rw-r--r--doc/PyTQt.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PyTQt.sgml b/doc/PyTQt.sgml
index 17a7dac..f7caada 100644
--- a/doc/PyTQt.sgml
+++ b/doc/PyTQt.sgml
@@ -316,8 +316,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.