From 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jun 2024 19:02:23 +0900 Subject: Rename template library nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqfontdatabase.3qt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/man/man3/tqfontdatabase.3qt') diff --git a/doc/man/man3/tqfontdatabase.3qt b/doc/man/man3/tqfontdatabase.3qt index f0996c801..10cb8b239 100644 --- a/doc/man/man3/tqfontdatabase.3qt +++ b/doc/man/man3/tqfontdatabase.3qt @@ -26,10 +26,10 @@ QFontDatabase \- Information about the fonts available in the underlying window .BI "QStringList \fBstyles\fR ( const TQString & family ) const" .br .ti -1c -.BI "QValueList \fBpointSizes\fR ( const TQString & family, const TQString & style = TQString::null )" +.BI "TQValueList \fBpointSizes\fR ( const TQString & family, const TQString & style = TQString::null )" .br .ti -1c -.BI "QValueList \fBsmoothSizes\fR ( const TQString & family, const TQString & style )" +.BI "TQValueList \fBsmoothSizes\fR ( const TQString & family, const TQString & style )" .br .ti -1c .BI "TQString \fBstyleString\fR ( const QFont & f )" @@ -65,10 +65,10 @@ QFontDatabase \- Information about the fonts available in the underlying window .BI "QStringList styles ( const TQString & family, const TQString & ) const \fI(obsolete)\fR" .br .ti -1c -.BI "QValueList pointSizes ( const TQString & family, const TQString & style, const TQString & ) \fI(obsolete)\fR" +.BI "TQValueList pointSizes ( const TQString & family, const TQString & style, const TQString & ) \fI(obsolete)\fR" .br .ti -1c -.BI "QValueList smoothSizes ( const TQString & family, const TQString & style, const TQString & ) \fI(obsolete)\fR" +.BI "TQValueList smoothSizes ( const TQString & family, const TQString & style, const TQString & ) \fI(obsolete)\fR" .br .ti -1c .BI "QFont font ( const TQString & familyName, const TQString & style, int pointSize, const TQString & ) \fI(obsolete)\fR" @@ -98,7 +98,7 @@ QFontDatabase \- Information about the fonts available in the underlying window .SS "Static Public Members" .in +1c .ti -1c -.BI "QValueList \fBstandardSizes\fR ()" +.BI "TQValueList \fBstandardSizes\fR ()" .br .ti -1c .BI "TQString \fBscriptName\fR ( QFont::Script script )" @@ -157,9 +157,9 @@ int main( int argc, char **argv ) .br TQString dstyle = "\\t" + style + " ("; .br - QValueList smoothies = fdb.smoothSizes( family, style ); + TQValueList smoothies = fdb.smoothSizes( family, style ); .br - for ( QValueList::Iterator points = smoothies.begin(); + for ( TQValueList::Iterator points = smoothies.begin(); .br points != smoothies.end(); ++points ) { .br @@ -239,11 +239,11 @@ Returns TRUE if the font that has family \fIfamily\fR and style \fIstyle\fR is i See also weight() and bold(). .SH "bool QFontDatabase::italic ( const TQString & family, const TQString & style, const TQString & ) const" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. -.SH "QValueList QFontDatabase::pointSizes ( const TQString & family, const TQString & style = TQString::null )" +.SH "TQValueList QFontDatabase::pointSizes ( const TQString & family, const TQString & style = TQString::null )" Returns a list of the point sizes available for the font that has family \fIfamily\fR and style \fIstyle\fR. The list may be empty. .PP See also smoothSizes() and standardSizes(). -.SH "QValueList QFontDatabase::pointSizes ( const TQString & family, const TQString & style, const TQString & )" +.SH "TQValueList QFontDatabase::pointSizes ( const TQString & family, const TQString & style, const TQString & )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .SH "TQString QFontDatabase::scriptName ( QFont::Script script )\fC [static]\fR" Returns a string that gives a default description of the \fIscript\fR (e.g. for displaying to the user in a dialog). The name matches the name of the script as defined by the Unicode 3.0 standard. @@ -253,13 +253,13 @@ See also QFont::Script. Returns a string with sample characters from \fIscript\fR. .PP See also QFont::Script. -.SH "QValueList QFontDatabase::smoothSizes ( const TQString & family, const TQString & style )" +.SH "TQValueList QFontDatabase::smoothSizes ( const TQString & family, const TQString & style )" Returns the point sizes of a font that has family \fIfamily\fR and style \fIstyle\fR that will look attractive. The list may be empty. For non-scalable fonts and bitmap scalable fonts, this function is equivalent to pointSizes(). .PP See also pointSizes() and standardSizes(). -.SH "QValueList QFontDatabase::smoothSizes ( const TQString & family, const TQString & style, const TQString & )" +.SH "TQValueList QFontDatabase::smoothSizes ( const TQString & family, const TQString & style, const TQString & )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. -.SH "QValueList QFontDatabase::standardSizes ()\fC [static]\fR" +.SH "TQValueList QFontDatabase::standardSizes ()\fC [static]\fR" Returns a list of standard font sizes. .PP See also smoothSizes() and pointSizes(). -- cgit v1.2.3