From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqvalidator.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/tqvalidator.3qt') 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 -- cgit v1.2.3