diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/man/man3/tqtextcodecplugin.3qt | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text 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.3qt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/man/man3/tqtextcodecplugin.3qt b/doc/man/man3/tqtextcodecplugin.3qt index a3dfe0932..d03ad19aa 100644 --- a/doc/man/man3/tqtextcodecplugin.3qt +++ b/doc/man/man3/tqtextcodecplugin.3qt @@ -1,5 +1,5 @@ '\" t -.TH QTextCodecPlugin 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQTextCodecPlugin 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,35 +7,35 @@ .ad l .nh .SH NAME -QTextCodecPlugin \- Abstract base for custom QTextCodec plugins +TQTextCodecPlugin \- Abstract base for custom TQTextCodec plugins .SH SYNOPSIS All the functions in this class are reentrant when TQt is built with thread support.</p> .PP -\fC#include <ntqtextcodecplugin.h>\fR +\fC#include <tqtextcodecplugin.h>\fR .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQTextCodecPlugin\fR ()" +.BI "\fBTQTextCodecPlugin\fR ()" .br .ti -1c -.BI "\fB~QTextCodecPlugin\fR ()" +.BI "\fB~TQTextCodecPlugin\fR ()" .br .ti -1c .BI "virtual TQStringList \fBnames\fR () const = 0" .br .ti -1c -.BI "virtual QTextCodec * \fBcreateForName\fR ( const TQString & name ) = 0" +.BI "virtual TQTextCodec * \fBcreateForName\fR ( const TQString & name ) = 0" .br .ti -1c .BI "virtual TQValueList<int> \fBmibEnums\fR () const = 0" .br .ti -1c -.BI "virtual QTextCodec * \fBcreateForMib\fR ( int mib ) = 0" +.BI "virtual TQTextCodec * \fBcreateForMib\fR ( int mib ) = 0" .br .in -1c .SH DESCRIPTION -The QTextCodecPlugin class provides an abstract base for custom QTextCodec plugins. +The TQTextCodecPlugin class provides an abstract base for custom TQTextCodec plugins. .PP The text codec plugin is a simple plugin interface that makes it easy to create custom text codecs that can be loaded dynamically into applications. .PP @@ -45,33 +45,33 @@ See the IANA character-sets encoding file for more information on mime names and .PP See also Plugins. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QTextCodecPlugin::QTextCodecPlugin ()" +.SH "TQTextCodecPlugin::TQTextCodecPlugin ()" Constructs a text codec plugin. This is invoked automatically by the \fCQ_EXPORT_PLUGIN\fR macro. -.SH "QTextCodecPlugin::~QTextCodecPlugin ()" +.SH "TQTextCodecPlugin::~TQTextCodecPlugin ()" Destroys the text codec plugin. .PP You never have to call this explicitly. TQt destroys a plugin automatically when it is no longer used. -.SH "QTextCodec * QTextCodecPlugin::createForMib ( int mib )\fC [pure virtual]\fR" -Creates a QTextCodec object for the mib enum \fImib\fR. +.SH "TQTextCodec * TQTextCodecPlugin::createForMib ( int mib )\fC [pure virtual]\fR" +Creates a TQTextCodec object for the mib enum \fImib\fR. .PP (See the IANA character-sets encoding file for more information) .PP See also mibEnums(). -.SH "QTextCodec * QTextCodecPlugin::createForName ( const TQString & name )\fC [pure virtual]\fR" -Creates a QTextCodec object for the codec called \fIname\fR. +.SH "TQTextCodec * TQTextCodecPlugin::createForName ( const TQString & name )\fC [pure virtual]\fR" +Creates a TQTextCodec object for the codec called \fIname\fR. .PP See also names(). -.SH "TQValueList<int> QTextCodecPlugin::mibEnums () const\fC [pure virtual]\fR" +.SH "TQValueList<int> TQTextCodecPlugin::mibEnums () const\fC [pure virtual]\fR" Returns the list of mib enums supported by this plugin. .PP See also createForMib(). -.SH "TQStringList QTextCodecPlugin::names () const\fC [pure virtual]\fR" +.SH "TQStringList TQTextCodecPlugin::names () const\fC [pure virtual]\fR" Returns the list of mime names supported by this plugin. .PP See also createForName(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqtextcodecplugin.html +.BR http://doc.trolltech.com/tqtextcodecplugin.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |