summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/PyTQt.html4
-rw-r--r--doc/PyTQt.sgml4
-rw-r--r--doc/tqtdocs.sip4
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/PyTQt.html b/doc/PyTQt.html
index 5d9b47b..5b1ed8d 100644
--- a/doc/PyTQt.html
+++ b/doc/PyTQt.html
@@ -392,11 +392,11 @@ CLASS="LITERAL"
> program which parses C++ source
files converting calls to the <TT
CLASS="LITERAL"
->QT_TR_NOOP()</TT
+>TQT_TR_NOOP()</TT
> and
<TT
CLASS="LITERAL"
->QT_TRANSLATE_NOOP()</TT
+>TQT_TRANSLATE_NOOP()</TT
> macros to <TT
CLASS="LITERAL"
>.ts</TT
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.
diff --git a/doc/tqtdocs.sip b/doc/tqtdocs.sip
index ba714af..ebf10e8 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.