From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqregexpvalidator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqregexpvalidator.html') diff --git a/doc/html/tqregexpvalidator.html b/doc/html/tqregexpvalidator.html index 857bc1090..ba8815700 100644 --- a/doc/html/tqregexpvalidator.html +++ b/doc/html/tqregexpvalidator.html @@ -65,8 +65,8 @@ the given position if a start position greater than zero is given. TQRegExp rx( "-?\\d{1,3}" ); TQValidator* validator = new TQRegExpValidator( rx, this ); - TQLineEdit* edit = new TQLineEdit( this ); - edit->setValidator( validator ); + TQLineEdit* edit = new TQLineEdit( this ); + edit->setValidator( validator );

Below we present some examples of validators. In practice they would -- cgit v1.2.3