summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtooltip.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtooltip.3qt')
-rw-r--r--doc/man/man3/tqtooltip.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtooltip.3qt b/doc/man/man3/tqtooltip.3qt
index d02655ad7..98138cfcc 100644
--- a/doc/man/man3/tqtooltip.3qt
+++ b/doc/man/man3/tqtooltip.3qt
@@ -52,10 +52,10 @@ Inherits Qt.
.BI "void \fBhide\fR ()"
.br
.ti -1c
-.BI "QFont \fBfont\fR ()"
+.BI "TQFont \fBfont\fR ()"
.br
.ti -1c
-.BI "void \fBsetFont\fR ( const QFont & font )"
+.BI "void \fBsetFont\fR ( const TQFont & font )"
.br
.ti -1c
.BI "QPalette \fBpalette\fR ()"
@@ -218,7 +218,7 @@ Normally, \fIgroupText\fR is shown in a status bar or similar.
Immediately removes all tool tips for this tooltip's parent widget.
.SH "bool TQToolTip::enabled ()\fC [static]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.SH "QFont TQToolTip::font ()\fC [static]\fR"
+.SH "TQFont TQToolTip::font ()\fC [static]\fR"
Returns the font common to all tool tips.
.PP
See also setFont().
@@ -283,7 +283,7 @@ Removes any tool tip for \fIrect\fR from \fIwidget\fR.
If there is more than one tool tip on \fIwidget\fR, only the one covering rectangle \fIrect\fR is removed.
.SH "void TQToolTip::setEnabled ( bool enable )\fC [static]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.SH "void TQToolTip::setFont ( const QFont & font )\fC [static]\fR"
+.SH "void TQToolTip::setFont ( const TQFont & font )\fC [static]\fR"
Sets the font for all tool tips to \fIfont\fR.
.PP
See also font().