diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 | 
| commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
| tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/ntqvalidator.html | |
| parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
| download | tqt-fef84691.tar.gz tqt-fef84691.zip | |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqvalidator.html')
| -rw-r--r-- | doc/html/ntqvalidator.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/doc/html/ntqvalidator.html b/doc/html/ntqvalidator.html index ba4ce08a1..781b12307 100644 --- a/doc/html/ntqvalidator.html +++ b/doc/html/ntqvalidator.html @@ -81,12 +81,12 @@ a new URL), and "http:///./" is <a href="#State-enum">Invalid</a>.  "http://www.trolltech.com" and "hour" are <a href="#State-enum">Invalid</a>.  <p> </ul>  <p> <a href="#fixup">fixup</a>() is provided for validators that can repair some user -errors. The default implementation does nothing. <a href="ntqlineedit.html">TQLineEdit</a>, for +errors. The default implementation does nothing. <a href="tqlineedit.html">TQLineEdit</a>, for  example, will call <a href="#fixup">fixup</a>() if the user presses Enter (or Return)  and the content is not currently valid. This allows the fixup()  function the opportunity of performing some magic to make an <a href="#State-enum">Invalid</a> string <a href="#State-enum">Acceptable</a>. -<p> TQValidator is typically used with TQLineEdit, <a href="ntqspinbox.html">TQSpinBox</a> and -<a href="ntqcombobox.html">TQComboBox</a>. +<p> TQValidator is typically used with TQLineEdit, <a href="tqspinbox.html">TQSpinBox</a> and +<a href="tqcombobox.html">TQComboBox</a>.  <p>See also <a href="misc.html">Miscellaneous Classes</a>.  <hr><h2>Member Type Documentation</h2> | 
