summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqregexpvalidator.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqregexpvalidator.3qt')
-rw-r--r--doc/man/man3/tqregexpvalidator.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqregexpvalidator.3qt b/doc/man/man3/tqregexpvalidator.3qt
index ceac7a236..a567f4952 100644
--- a/doc/man/man3/tqregexpvalidator.3qt
+++ b/doc/man/man3/tqregexpvalidator.3qt
@@ -54,7 +54,7 @@ Example of use:
QValidator* validator = new TQRegExpValidator( rx, this );
.br
.br
- QLineEdit* edit = new QLineEdit( this );
+ TQLineEdit* edit = new TQLineEdit( this );
.br
edit->setValidator( validator );
.br