summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtextcodec.html
diff options
context:
space:
mode:
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") );
...