summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextcodecplugin.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-05 19:02:23 +0900
committerMichele Calgaro <[email protected]>2024-06-05 19:02:23 +0900
commit1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch)
treed62f4174c0e58e1aa895fc71484d068b614cd6de /doc/man/man3/tqtextcodecplugin.3qt
parent8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff)
downloadtqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.tar.gz
tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.zip
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqtextcodecplugin.3qt')
-rw-r--r--doc/man/man3/tqtextcodecplugin.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtextcodecplugin.3qt b/doc/man/man3/tqtextcodecplugin.3qt
index 3cd95f8da..8226705cb 100644
--- a/doc/man/man3/tqtextcodecplugin.3qt
+++ b/doc/man/man3/tqtextcodecplugin.3qt
@@ -28,7 +28,7 @@ All the functions in this class are reentrant when TQt is built with thread supp
.BI "virtual QTextCodec * \fBcreateForName\fR ( const TQString & name ) = 0"
.br
.ti -1c
-.BI "virtual QValueList<int> \fBmibEnums\fR () const = 0"
+.BI "virtual TQValueList<int> \fBmibEnums\fR () const = 0"
.br
.ti -1c
.BI "virtual QTextCodec * \fBcreateForMib\fR ( int mib ) = 0"
@@ -61,7 +61,7 @@ See also mibEnums().
Creates a QTextCodec object for the codec called \fIname\fR.
.PP
See also names().
-.SH "QValueList<int> QTextCodecPlugin::mibEnums () const\fC [pure virtual]\fR"
+.SH "TQValueList<int> QTextCodecPlugin::mibEnums () const\fC [pure virtual]\fR"
Returns the list of mib enums supported by this plugin.
.PP
See also createForMib().