diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qtranslatormessage.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qtranslatormessage.html')
-rw-r--r-- | doc/html/qtranslatormessage.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qtranslatormessage.html b/doc/html/qtranslatormessage.html index 3a45733f4..11edac8bf 100644 --- a/doc/html/qtranslatormessage.html +++ b/doc/html/qtranslatormessage.html @@ -95,9 +95,9 @@ prefixes are <h3 class=fn><a name="TQTranslatorMessage"></a>TQTranslatorMessage::TQTranslatorMessage () </h3> Constructs a translator message with the extended key (0, 0, 0, 0) -and <a href="ntqstring.html#TQString-null">TQString::null</a> as translation. +and <a href="tqstring.html#TQString-null">TQString::null</a> as translation. -<h3 class=fn><a name="TQTranslatorMessage-2"></a>TQTranslatorMessage::TQTranslatorMessage ( const char * context, const char * sourceText, const char * comment, const <a href="ntqstring.html">TQString</a> & translation = TQString::null ) +<h3 class=fn><a name="TQTranslatorMessage-2"></a>TQTranslatorMessage::TQTranslatorMessage ( const char * context, const char * sourceText, const char * comment, const <a href="tqstring.html">TQString</a> & translation = TQString::null ) </h3> 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>. @@ -186,7 +186,7 @@ lexicographically after that of <em>m</em>; otherwise returns FALSE. lexicographically after that of <em>m</em> or if they are equal; otherwise returns FALSE. -<h3 class=fn>void <a name="setTranslation"></a>TQTranslatorMessage::setTranslation ( const <a href="ntqstring.html">TQString</a> & translation ) +<h3 class=fn>void <a name="setTranslation"></a>TQTranslatorMessage::setTranslation ( const <a href="tqstring.html">TQString</a> & translation ) </h3> <p> Sets the translation of the source text to <em>translation</em>. @@ -199,7 +199,7 @@ otherwise returns FALSE. <p> <b>Warning:</b> This may return 0 if the <a href="ntqtranslator.html">TQTranslator</a> object is stripped (compressed). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="translation"></a>TQTranslatorMessage::translation () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="translation"></a>TQTranslatorMessage::translation () const </h3> <p> Returns the translation of the source text (e.g., "&Sauvegarder"). |