summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqvalidator.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqvalidator.3qt')
-rw-r--r--doc/man/man3/tqvalidator.3qt6
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