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 4abdbd8ad..593a7175d 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 TQTabBar subclass with an overridden TQTabBar::paint() function for a subclass of TQTab. 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 TQTabWidget::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 TQTabWidget::label ( int index ) const"
@@ -319,7 +319,7 @@ Replaces the dialog's TQTabBar heading with the tab bar \fItb\fR. Note that this
.PP
See also tabBar().
.SH "void TQTabWidget::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
TQTabWidget uses TQWidget::setEnabled() internally, rather than keeping a separate flag.
.PP