diff options
Diffstat (limited to 'doc/man/man3/tqtabwidget.3qt')
-rw-r--r-- | doc/man/man3/tqtabwidget.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtabwidget.3qt b/doc/man/man3/tqtabwidget.3qt index c3b329379..1289df01c 100644 --- a/doc/man/man3/tqtabwidget.3qt +++ b/doc/man/man3/tqtabwidget.3qt @@ -49,10 +49,10 @@ Inherits TQWidget. .BI "void \fBsetTabEnabled\fR ( TQWidget * w, bool enable )" .br .ti -1c -.BI "void \fBsetCornerWidget\fR ( TQWidget * w, Qt::Corner corner = Qt::TopRight )" +.BI "void \fBsetCornerWidget\fR ( TQWidget * w, TQt::Corner corner = TQt::TopRight )" .br .ti -1c -.BI "TQWidget * \fBcornerWidget\fR ( Qt::Corner corner = Qt::TopRight ) const" +.BI "TQWidget * \fBcornerWidget\fR ( TQt::Corner corner = TQt::TopRight ) const" .br .ti -1c .BI "TQString \fBtabLabel\fR ( TQWidget * w ) const" @@ -250,7 +250,7 @@ Defines a new \fIlabel\fR for page \fIw\fR's tab. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Defines a new \fIiconset\fR and a new \fIlabel\fR for page \fIw\fR's tab. -.SH "TQWidget * QTabWidget::cornerWidget ( Qt::Corner corner = Qt::TopRight ) const" +.SH "TQWidget * QTabWidget::cornerWidget ( TQt::Corner corner = TQt::TopRight ) const" Returns the widget shown in the \fIcorner\fR of the tab widget or 0. .SH "int QTabWidget::count () const" Returns the number of tabs in the tab bar. See the "count" property for details. @@ -304,7 +304,7 @@ See also addTab(), showPage(), and QWidgetStack::removeWidget(). Removes the tab tool tip for page \fIw\fR. If the page does not have a tip, nothing happens. .PP See also setTabToolTip() and tabToolTip(). -.SH "void QTabWidget::setCornerWidget ( TQWidget * w, Qt::Corner corner = Qt::TopRight )" +.SH "void QTabWidget::setCornerWidget ( TQWidget * w, TQt::Corner corner = TQt::TopRight )" Sets widget \fIw\fR to be the shown in the specified \fIcorner\fR of the tab widget. .PP Only the horizontal element of the \fIcorner\fR will be used. |