diff options
author | Michele Calgaro <[email protected]> | 2024-06-30 14:18:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 12:11:47 +0900 |
commit | c113da2069b66130f67a0f27c699e1cec83588a5 (patch) | |
tree | db98a4d4c3e15bce9614a07af8874c3c2febfd9b /doc/man/man3/tqeuckrcodec.3qt | |
parent | aeefd3fe454bfaed093355278b1e2caa84bfd77a (diff) | |
download | tqt3-c113da2069b66130f67a0f27c699e1cec83588a5.tar.gz tqt3-c113da2069b66130f67a0f27c699e1cec83588a5.zip |
Rename codec nt* related files to equivalent tq*.
The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqeuckrcodec.3qt')
-rw-r--r-- | doc/man/man3/tqeuckrcodec.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqeuckrcodec.3qt b/doc/man/man3/tqeuckrcodec.3qt index 1e0d89622..ab7847171 100644 --- a/doc/man/man3/tqeuckrcodec.3qt +++ b/doc/man/man3/tqeuckrcodec.3qt @@ -1,5 +1,5 @@ '\" t -.TH QEucKrCodec 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQEucKrCodec 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,11 +7,11 @@ .ad l .nh .SH NAME -QEucKrCodec \- Conversion to and from EUC-KR character sets +TQEucKrCodec \- Conversion to and from EUC-KR character sets .SH SYNOPSIS All the functions in this class are reentrant when TQt is built with thread support.</p> .PP -\fC#include <ntqeuckrcodec.h>\fR +\fC#include <tqeuckrcodec.h>\fR .PP Inherits TQTextCodec. .PP @@ -22,9 +22,9 @@ Inherits TQTextCodec. .br .in -1c .SH DESCRIPTION -The QEucKrCodec class provides conversion to and from EUC-KR character sets. +The TQEucKrCodec class provides conversion to and from EUC-KR character sets. .PP -The QEucKrCodec class subclasses TQTextCodec to provide support for EUC-KR, the main legacy encoding for UNIX machines in Korea. +The TQEucKrCodec class subclasses TQTextCodec to provide support for EUC-KR, the main legacy encoding for UNIX machines in Korea. .PP It was largely written by Mizi Research Inc. Here is the copyright statement for the code as it was at the point of contribution. Trolltech's subsequent modifications are covered by the usual copyright for Qt. .PP @@ -40,13 +40,13 @@ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND ANY EXPRESS .PP See also Internationalization with Qt. .SH MEMBER FUNCTION DOCUMENTATION -.SH "const char * QEucKrCodec::mimeName () const\fC [virtual]\fR" +.SH "const char * TQEucKrCodec::mimeName () const\fC [virtual]\fR" Returns the codec's mime name. .PP Reimplemented from TQTextCodec. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqeuckrcodec.html +.BR http://doc.trolltech.com/tqeuckrcodec.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |