summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdoublevalidator.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
commit39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch)
treec38058d08754b389bd058a6d63f75086b49a22b1 /doc/man/man3/tqdoublevalidator.3qt
parente42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff)
downloadtqt-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz
tqt-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.zip
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.