summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsqlform.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqsqlform.3qt')
-rw-r--r--doc/man/man3/tqsqlform.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqsqlform.3qt b/doc/man/man3/tqsqlform.3qt
index aeaa3befb..9b0b9341e 100644
--- a/doc/man/man3/tqsqlform.3qt
+++ b/doc/man/man3/tqsqlform.3qt
@@ -64,7 +64,7 @@ Inherits TQObject.
.BI "virtual void \fBclear\fR ()"
.br
.ti -1c
-.BI "virtual void \fBclearValues\fR ( bool nullify = FALSE )"
+.BI "virtual void \fBclearValues\fR ( bool nullify = false )"
.br
.in -1c
.SS "Protected Members"
@@ -162,8 +162,8 @@ Constructs a QSqlForm with parent \fIparent\fR and called \fIname\fR.
Destroys the object and frees any allocated resources.
.SH "void QSqlForm::clear ()\fC [virtual slot]\fR"
Removes every widget, and the fields they're mapped to, from the form.
-.SH "void QSqlForm::clearValues ( bool nullify = FALSE )\fC [virtual slot]\fR"
-Clears the values in all the widgets, and the fields they are mapped to, in the form. If \fInullify\fR is TRUE (the default is FALSE), each field is also set to NULL.
+.SH "void QSqlForm::clearValues ( bool nullify = false )\fC [virtual slot]\fR"
+Clears the values in all the widgets, and the fields they are mapped to, in the form. If \fInullify\fR is true (the default is false), each field is also set to NULL.
.SH "uint QSqlForm::count () const"
Returns the number of widgets in the form.
.SH "TQWidget * QSqlForm::fieldToWidget ( QSqlField * field ) const"