diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/qintvalidator.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qintvalidator.html')
-rw-r--r-- | doc/html/qintvalidator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qintvalidator.html b/doc/html/qintvalidator.html index d104b86fc..965f0b030 100644 --- a/doc/html/qintvalidator.html +++ b/doc/html/qintvalidator.html @@ -98,7 +98,7 @@ normally be associated with a widget as in the example above. <p> The minimum and maximum values are set in one call with <a href="#setRange">setRange</a>() or individually with <a href="#setBottom">setBottom</a>() and <a href="#setTop">setTop</a>(). -<p> <p>See also <a href="qdoublevalidator.html">TQDoubleValidator</a>, <a href="qregexpvalidator.html">TQRegExpValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>. +<p> <p>See also <a href="qdoublevalidator.html">TQDoubleValidator</a>, <a href="tqregexpvalidator.html">TQRegExpValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQIntValidator"></a>TQIntValidator::TQIntValidator ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) |