summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwhatsthis.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-15 19:08:22 +0900
committerMichele Calgaro <[email protected]>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqwhatsthis.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqwhatsthis.3qt')
-rw-r--r--doc/man/man3/tqwhatsthis.3qt4
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.