diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqvalidator.3qt | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* 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 b98870651..c62519dad 100644 --- a/doc/man/man3/tqvalidator.3qt +++ b/doc/man/man3/tqvalidator.3qt @@ -13,7 +13,7 @@ QValidator \- Validation of input text .PP Inherits TQObject. .PP -Inherited by QIntValidator, QDoubleValidator, and QRegExpValidator. +Inherited by QIntValidator, QDoubleValidator, and TQRegExpValidator. .PP .SS "Public Members" .in +1c @@ -36,7 +36,7 @@ Inherited by QIntValidator, QDoubleValidator, and QRegExpValidator. .SH DESCRIPTION The QValidator class provides validation of input text. .PP -The class itself is abstract. Two subclasses, QIntValidator and QDoubleValidator, provide basic numeric-range checking, and QRegExpValidator provides general checking using a custom regular expression. +The class itself is abstract. Two subclasses, QIntValidator and QDoubleValidator, 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 QValidator. 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, QDoubleValidator, and QRegExpValidator. +Reimplemented in QIntValidator, QDoubleValidator, and TQRegExpValidator. .SH "SEE ALSO" .BR http://doc.trolltech.com/ntqvalidator.html |