summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqintvalidator.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqintvalidator.3qt')
-rw-r--r--doc/man/man3/tqintvalidator.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqintvalidator.3qt b/doc/man/man3/tqintvalidator.3qt
index 7d1f527a4..31c868d97 100644
--- a/doc/man/man3/tqintvalidator.3qt
+++ b/doc/man/man3/tqintvalidator.3qt
@@ -61,7 +61,7 @@ Example of use:
.br
QValidator* validator = new QIntValidator( 100, 999, this );
.br
- QLineEdit* edit = new QLineEdit( this );
+ TQLineEdit* edit = new TQLineEdit( this );
.br
.br
// the edit lineedit will only accept integers between 100 and 999