diff options
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 ba4ce08a..781b1230 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> |