summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtabdialog.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqtabdialog.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqtabdialog.3qt')
-rw-r--r--doc/man/man3/tqtabdialog.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtabdialog.3qt b/doc/man/man3/tqtabdialog.3qt
index 653085d56..1206c06da 100644
--- a/doc/man/man3/tqtabdialog.3qt
+++ b/doc/man/man3/tqtabdialog.3qt
@@ -22,7 +22,7 @@ Inherits QDialog.
.BI "\fB~QTabDialog\fR ()"
.br
.ti -1c
-.BI "virtual void \fBsetFont\fR ( const QFont & font )"
+.BI "virtual void \fBsetFont\fR ( const TQFont & font )"
.br
.ti -1c
.BI "void \fBaddTab\fR ( TQWidget * child, const TQString & label )"
@@ -371,7 +371,7 @@ See also setApplyButton(), setCancelButton(), and defaultButtonPressed().
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Adds a Defaults button to the dialog. The button's text is set to a localizable "Defaults".
-.SH "void QTabDialog::setFont ( const QFont & font )\fC [virtual]\fR"
+.SH "void QTabDialog::setFont ( const TQFont & font )\fC [virtual]\fR"
Sets the font for the tabs to \fIfont\fR.
.PP
If the widget is visible, the display is updated with the new font immediately. There may be some geometry changes, depending on the size of the old and new fonts.