diff options
author | Michele Calgaro <[email protected]> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqtooltip.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-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/tqtooltip.3qt')
-rw-r--r-- | doc/man/man3/tqtooltip.3qt | 8 |
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(). |