summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextcodecplugin.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqtextcodecplugin.3qt
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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().