diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqtextcodec.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt-04913ce7.tar.gz tqt-04913ce7.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtextcodec.html')
-rw-r--r-- | doc/html/ntqtextcodec.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqtextcodec.html b/doc/html/ntqtextcodec.html index d41e9c9d6..a97812636 100644 --- a/doc/html/ntqtextcodec.html +++ b/doc/html/ntqtextcodec.html @@ -352,7 +352,7 @@ which best matches <em>name</em>; the match is case-insensitive. Returns <h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="codecForTr"></a>TQTextCodec::codecForTr ()<tt> [static]</tt> </h3> -<p> Returns the codec used by <a href="ntqobject.html#tr">TQObject::tr</a>() on its argument. If this +<p> Returns the codec used by <a href="tqobject.html#tr">TQObject::tr</a>() on its argument. If this function returns 0 (the default), tr() assumes Latin-1. <p> <p>See also <a href="#setCodecForTr">setCodecForTr</a>(). @@ -529,7 +529,7 @@ own mechanism for setting the locale. -<p> Sets the codec used by <a href="ntqobject.html#tr">TQObject::tr</a>() on its argument to <em>c</em>. If +<p> Sets the codec used by <a href="tqobject.html#tr">TQObject::tr</a>() on its argument to <em>c</em>. If <em>c</em> is 0 (the default), tr() assumes Latin-1. <p> If the literal quoted text in the program is not in the Latin-1 encoding, this function can be used to set the appropriate |