diff options
Diffstat (limited to 'doc/PyTQt.sgml')
| -rw-r--r-- | doc/PyTQt.sgml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PyTQt.sgml b/doc/PyTQt.sgml index 2e26209..200d1de 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.  | 
