summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdoublevalidator.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdoublevalidator.3qt')
-rw-r--r--doc/man/man3/tqdoublevalidator.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqdoublevalidator.3qt b/doc/man/man3/tqdoublevalidator.3qt
index 69baf258e..d40395f7b 100644
--- a/doc/man/man3/tqdoublevalidator.3qt
+++ b/doc/man/man3/tqdoublevalidator.3qt
@@ -68,7 +68,7 @@ TQDoubleValidator provides an upper bound, a lower bound and a limit on the numb
.PP
You can set the acceptable range in one call with setRange(), or with setBottom() and setTop(). Set the number of decimal places with setDecimals(). The validate() function returns the validation state.
.PP
-See also QIntValidator, TQRegExpValidator, and Miscellaneous Classes.
+See also TQIntValidator, TQRegExpValidator, and Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQDoubleValidator::TQDoubleValidator ( TQObject * parent, const char * name = 0 )"
Constructs a validator object with parent \fIparent\fR, called \fIname\fR, which accepts any double.