diff options
Diffstat (limited to 'doc/man/man3/tqwhatsthis.3qt')
-rw-r--r-- | doc/man/man3/tqwhatsthis.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqwhatsthis.3qt b/doc/man/man3/tqwhatsthis.3qt index 3a473a463..78fb7b506 100644 --- a/doc/man/man3/tqwhatsthis.3qt +++ b/doc/man/man3/tqwhatsthis.3qt @@ -31,7 +31,7 @@ Inherits Qt. .SS "Static Public Members" .in +1c .ti -1c -.BI "void \fBsetFont\fR ( const QFont & font )" +.BI "void \fBsetFont\fR ( const TQFont & font )" .br .ti -1c .BI "void \fBadd\fR ( TQWidget * widget, const TQString & text )" @@ -158,7 +158,7 @@ See also inWhatsThisMode(), enterWhatsThisMode(), and QWhatsThis::clicked(). Removes the "What's this?" help associated with the \fIwidget\fR. This happens automatically if the widget is destroyed. .PP See also add(). -.SH "void QWhatsThis::setFont ( const QFont & font )\fC [static]\fR" +.SH "void QWhatsThis::setFont ( const TQFont & font )\fC [static]\fR" Sets the font for all "What's this?" helps to \fIfont\fR. .SH "TQString QWhatsThis::text ( const QPoint & )\fC [virtual]\fR" This virtual function returns the text for position \fIp\fR in the widget that this "What's this?" object documents. If there is no" What's this?" text for the position, TQString::null is returned. |