summaryrefslogtreecommitdiffstats
path: root/doc/html/tqobject.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqobject.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqobject.html')
-rw-r--r--doc/html/tqobject.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html
index 58f4792c0..4a64e20d3 100644
--- a/doc/html/tqobject.html
+++ b/doc/html/tqobject.html
@@ -880,7 +880,7 @@ functionality, and also more general information about timers.
<p> <p>See also <a href="#startTimer">startTimer</a>(), <a href="#killTimer">killTimer</a>(), <a href="#killTimers">killTimers</a>(), and <a href="#event">event</a>().
<p>Examples: <a href="biff-example.html#x1959">biff/biff.cpp</a>, <a href="dclock-example.html#x1102">dclock/dclock.cpp</a>, <a href="forever-example.html#x1048">forever/forever.cpp</a>, <a href="grapher-nsplugin-example.html#x2755">grapher/grapher.cpp</a>, <a href="qmag-example.html#x1781">qmag/qmag.cpp</a>, and <a href="xform-example.html#x1232">xform/xform.cpp</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="tr"></a>TQObject::tr ( const&nbsp;char&nbsp;*&nbsp;sourceText, const&nbsp;char&nbsp;*&nbsp;comment )<tt> [static]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="tr"></a>TQObject::tr ( const&nbsp;char&nbsp;*&nbsp;sourceText, const&nbsp;char&nbsp;*&nbsp;comment )<tt> [static]</tt>
</h3>
@@ -897,12 +897,12 @@ so will probably result in crashes or other undesirable behavior.
<p> <p>See also <a href="#trUtf8">trUtf8</a>(), <a href="ntqapplication.html#translate">TQApplication::translate</a>(), and <a href="i18n.html">Internationalization with TQt</a>.
<p>Example: <a href="ntqdialog.html#x2130">network/networkprotocol/view.cpp</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="trUtf8"></a>TQObject::trUtf8 ( const&nbsp;char&nbsp;*&nbsp;sourceText, const&nbsp;char&nbsp;*&nbsp;comment )<tt> [static]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="trUtf8"></a>TQObject::trUtf8 ( const&nbsp;char&nbsp;*&nbsp;sourceText, const&nbsp;char&nbsp;*&nbsp;comment )<tt> [static]</tt>
</h3>
<p> Returns a translated version of <em>sourceText</em>, or
-<a href="ntqstring.html#fromUtf8">TQString::fromUtf8</a>(<em>sourceText</em>) if there is no appropriate
+<a href="tqstring.html#fromUtf8">TQString::fromUtf8</a>(<em>sourceText</em>) if there is no appropriate
version. It is otherwise identical to <a href="#tr">tr</a>(<em>sourceText</em>, <em>comment</em>).
<p> <b>Warning:</b> This method is reentrant only if all translators are
installed <em>before</em> calling this method. Installing or removing