diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:19:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:35 +0900 |
commit | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch) | |
tree | 204d752457acf6403c99f3928f02b612ff14d178 /doc/man/man3/tqtextcodec.3qt | |
parent | ddce1c91f8582885497b463b24bac59f6fdfdf63 (diff) | |
download | tqt-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz tqt-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqtextcodec.3qt')
-rw-r--r-- | doc/man/man3/tqtextcodec.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqtextcodec.3qt b/doc/man/man3/tqtextcodec.3qt index ff7036b22..f7f9950e4 100644 --- a/doc/man/man3/tqtextcodec.3qt +++ b/doc/man/man3/tqtextcodec.3qt @@ -344,7 +344,7 @@ Finally, you must implement: .fi Gives a value indicating how likely it is that \fIlen\fR characters from \fIchars\fR are in the encoding. .PP -A good model for this function is the QWindowsLocalCodec::heuristicContentMatch function found in the TQt sources. +A good model for this function is the TQWindowsLocalCodec::heuristicContentMatch function found in the TQt sources. .PP A TQTextCodec subclass might have improved performance if you also re-implement: .PP |