From b35e0845dc9b3c8b9a5e52a682c769f383933fae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:42:20 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- doc/man/man3/tqfontinfo.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/tqfontinfo.3qt') diff --git a/doc/man/man3/tqfontinfo.3qt b/doc/man/man3/tqfontinfo.3qt index d19278f89..3157629de 100644 --- a/doc/man/man3/tqfontinfo.3qt +++ b/doc/man/man3/tqfontinfo.3qt @@ -29,7 +29,7 @@ QFontInfo \- General information about fonts .BI "QFontInfo & \fBoperator=\fR ( const QFontInfo & fi )" .br .ti -1c -.BI "QString \fBfamily\fR () const" +.BI "TQString \fBfamily\fR () const" .br .ti -1c .BI "int \fBpixelSize\fR () const" @@ -70,7 +70,7 @@ There are three ways to create a QFontInfo object.
    .IP 1 Calling the QFontInfo constructor with a QFont creates a font info object for a screen-compatible font, i.e. the font cannot be a printer font*. If the font is changed later, the font info object is \fInot\fR updated. .IP 2 -QWidget::fontInfo() returns the font info for a widget's font. This is equivalent to calling QFontInfo(widget->font()). If the widget's font is changed later, the font info object is \fInot\fR updated. +TQWidget::fontInfo() returns the font info for a widget's font. This is equivalent to calling QFontInfo(widget->font()). If the widget's font is changed later, the font info object is \fInot\fR updated. .IP 3 QPainter::fontInfo() returns the font info for a painter's current font. If the painter's font is changed later, the font info object is \fInot\fR updated. .PP @@ -102,7 +102,7 @@ Example: qfd/fontdisplayer.cpp. Returns TRUE if the matched window system font is exactly the same as the one specified by the font; otherwise returns FALSE. .PP See also QFont::exactMatch(). -.SH "QString QFontInfo::family () const" +.SH "TQString QFontInfo::family () const" Returns the family name of the matched window system font. .PP See also QFont::family(). -- cgit v1.2.1