summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcombobox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcombobox.3qt')
-rw-r--r--doc/man/man3/tqcombobox.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqcombobox.3qt b/doc/man/man3/tqcombobox.3qt
index a83d7b609..ff1346be7 100644
--- a/doc/man/man3/tqcombobox.3qt
+++ b/doc/man/man3/tqcombobox.3qt
@@ -88,7 +88,7 @@ Inherits TQWidget.
.BI "virtual void \fBsetPalette\fR ( const QPalette & palette )"
.br
.ti -1c
-.BI "virtual void \fBsetFont\fR ( const QFont & font )"
+.BI "virtual void \fBsetFont\fR ( const TQFont & font )"
.br
.ti -1c
.BI "virtual void \fBsetSizeLimit\fR ( int )"
@@ -466,7 +466,7 @@ This is useful e.g. for providing a good starting point for the user's editing a
See also clearEdit() and insertItem().
.SH "void QComboBox::setEditable ( bool )"
Sets whether the combobox is editable. See the "editable" property for details.
-.SH "void QComboBox::setFont ( const QFont & font )\fC [virtual]\fR"
+.SH "void QComboBox::setFont ( const TQFont & font )\fC [virtual]\fR"
Sets the font for both the combobox button and the combobox popup list to \fIfont\fR.
.PP
Reimplemented from TQWidget.