summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtabwidget.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtabwidget.3qt')
-rw-r--r--doc/man/man3/tqtabwidget.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtabwidget.3qt b/doc/man/man3/tqtabwidget.3qt
index 1289df01c..76390aac5 100644
--- a/doc/man/man3/tqtabwidget.3qt
+++ b/doc/man/man3/tqtabwidget.3qt
@@ -287,7 +287,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
This is a lower-level method for inserting tabs, similar to the other insertTab() method. It is useful if you are using setTabBar() to set a QTabBar subclass with an overridden QTabBar::paint() function for a subclass of QTab. The \fIchild\fR is the new page, \fItab\fR is the tab to put the \fIchild\fR on and \fIindex\fR is the position in the tab bar that this page should occupy.
.SH "bool QTabWidget::isTabEnabled ( TQWidget * w ) const"
-Returns TRUE if the page \fIw\fR is enabled; otherwise returns FALSE.
+Returns true if the page \fIw\fR is enabled; otherwise returns false.
.PP
See also setTabEnabled() and TQWidget::enabled.
.SH "TQString QTabWidget::label ( int index ) const"
@@ -319,7 +319,7 @@ Replaces the dialog's QTabBar heading with the tab bar \fItb\fR. Note that this
.PP
See also tabBar().
.SH "void QTabWidget::setTabEnabled ( TQWidget * w, bool enable )"
-If \fIenable\fR is TRUE, page \fIw\fR is enabled; otherwise page \fIw\fR is disabled. The page's tab is redrawn appropriately.
+If \fIenable\fR is true, page \fIw\fR is enabled; otherwise page \fIw\fR is disabled. The page's tab is redrawn appropriately.
.PP
QTabWidget uses TQWidget::setEnabled() internally, rather than keeping a separate flag.
.PP