summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextcodecplugin.3qt
diff options
context:
space:
mode:
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 8226705cb..a3dfe0932 100644
--- a/doc/man/man3/tqtextcodecplugin.3qt
+++ b/doc/man/man3/tqtextcodecplugin.3qt
@@ -22,7 +22,7 @@ All the functions in this class are reentrant when TQt is built with thread supp
.BI "\fB~QTextCodecPlugin\fR ()"
.br
.ti -1c
-.BI "virtual QStringList \fBnames\fR () const = 0"
+.BI "virtual TQStringList \fBnames\fR () const = 0"
.br
.ti -1c
.BI "virtual QTextCodec * \fBcreateForName\fR ( const TQString & name ) = 0"
@@ -65,7 +65,7 @@ See also names().
Returns the list of mib enums supported by this plugin.
.PP
See also createForMib().
-.SH "QStringList QTextCodecPlugin::names () const\fC [pure virtual]\fR"
+.SH "TQStringList QTextCodecPlugin::names () const\fC [pure virtual]\fR"
Returns the list of mime names supported by this plugin.
.PP
See also createForName().