summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtextcodec.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 13:05:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 10:05:58 +0900
commit397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch)
tree0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/html/tqtextcodec.html
parent755d46927cc6a5719e695aeb8133be6897de62d8 (diff)
downloadtqt-397b7afa.tar.gz
tqt-397b7afa.zip
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqtextcodec.html')
-rw-r--r--doc/html/tqtextcodec.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqtextcodec.html b/doc/html/tqtextcodec.html
index f196de136..6d9eb5afb 100644
--- a/doc/html/tqtextcodec.html
+++ b/doc/html/tqtextcodec.html
@@ -359,7 +359,7 @@ function returns 0 (the default), tr() assumes Latin-1.
</h3>
Deletes all the created codecs.
<p> <b>Warning:</b> Do not call this function.
-<p> <a href="ntqapplication.html">TQApplication</a> calls this function just before exiting to delete
+<p> <a href="tqapplication.html">TQApplication</a> calls this function just before exiting to delete
any TQTextCodec objects that may be lying around. Since various
other classes hold pointers to TQTextCodec objects, it is not safe
to call this function earlier.
@@ -538,7 +538,7 @@ main() function might look like this:
<p> <pre>
int main(int argc, char** argv)
{
- <a href="ntqapplication.html">TQApplication</a> app(argc, argv);
+ <a href="tqapplication.html">TQApplication</a> app(argc, argv);
... install any additional codecs ...
TQTextCodec::<a href="#setCodecForTr">setCodecForTr</a>( TQTextCodec::<a href="#codecForName">codecForName</a>("eucKR") );
...