diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /doc/man/man3/tqvalidator.3qt | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt-39f8a475.tar.gz tqt-39f8a475.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/tqvalidator.3qt')
-rw-r--r-- | doc/man/man3/tqvalidator.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqvalidator.3qt b/doc/man/man3/tqvalidator.3qt index 3805d1be6..10e2855aa 100644 --- a/doc/man/man3/tqvalidator.3qt +++ b/doc/man/man3/tqvalidator.3qt @@ -13,7 +13,7 @@ TQValidator \- Validation of input text .PP Inherits TQObject. .PP -Inherited by QIntValidator, TQDoubleValidator, and TQRegExpValidator. +Inherited by TQIntValidator, TQDoubleValidator, and TQRegExpValidator. .PP .SS "Public Members" .in +1c @@ -36,7 +36,7 @@ Inherited by QIntValidator, TQDoubleValidator, and TQRegExpValidator. .SH DESCRIPTION The TQValidator class provides validation of input text. .PP -The class itself is abstract. Two subclasses, QIntValidator and TQDoubleValidator, provide basic numeric-range checking, and TQRegExpValidator provides general checking using a custom regular expression. +The class itself is abstract. Two subclasses, TQIntValidator and TQDoubleValidator, provide basic numeric-range checking, and TQRegExpValidator provides general checking using a custom regular expression. .PP If the built-in validators aren't sufficient, you can subclass TQValidator. The class has two virtual functions: validate() and fixup(). .PP @@ -84,7 +84,7 @@ This pure virtual function returns Invalid if \fIinput\fR is invalid according t .PP The function can change \fIinput\fR and \fIpos\fR (the cursor position) if it wants to. .PP -Reimplemented in QIntValidator, TQDoubleValidator, and TQRegExpValidator. +Reimplemented in TQIntValidator, TQDoubleValidator, and TQRegExpValidator. .SH "SEE ALSO" .BR http://doc.trolltech.com/tqvalidator.html |