diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/qtranslatormessage.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qtranslatormessage.html')
-rw-r--r-- | doc/html/qtranslatormessage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qtranslatormessage.html b/doc/html/qtranslatormessage.html index 11edac8bf..486008d92 100644 --- a/doc/html/qtranslatormessage.html +++ b/doc/html/qtranslatormessage.html @@ -102,7 +102,7 @@ and <a href="tqstring.html#TQString-null">TQString::null</a> as translation. Constructs an translator message with the extended key (<em>h</em>, <em>context</em>, <em>sourceText</em>, <em>comment</em>), where <em>h</em> is computed from <em>sourceText</em> and <em>comment</em>, and possibly with a <em>translation</em>. -<h3 class=fn><a name="TQTranslatorMessage-3"></a>TQTranslatorMessage::TQTranslatorMessage ( <a href="ntqdatastream.html">TQDataStream</a> & stream ) +<h3 class=fn><a name="TQTranslatorMessage-3"></a>TQTranslatorMessage::TQTranslatorMessage ( <a href="tqdatastream.html">TQDataStream</a> & stream ) </h3> Constructs a translator message read from the <em>stream</em>. The resulting message may have any combination of content. @@ -205,7 +205,7 @@ otherwise returns FALSE. <p> Returns the translation of the source text (e.g., "&Sauvegarder"). <p> <p>See also <a href="#setTranslation">setTranslation</a>(). -<h3 class=fn>void <a name="write"></a>TQTranslatorMessage::write ( <a href="ntqdatastream.html">TQDataStream</a> & stream, bool strip = FALSE, <a href="qtranslatormessage.html#Prefix-enum">Prefix</a> prefix = HashContextSourceTextComment ) const +<h3 class=fn>void <a name="write"></a>TQTranslatorMessage::write ( <a href="tqdatastream.html">TQDataStream</a> & stream, bool strip = FALSE, <a href="qtranslatormessage.html#Prefix-enum">Prefix</a> prefix = HashContextSourceTextComment ) const </h3> Writes this translator message to the <em>stream</em>. If <em>strip</em> is FALSE (the default), all the information in the message is |