summaryrefslogtreecommitdiffstats
path: root/doc/html/qdoublevalidator.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/qdoublevalidator.html
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qdoublevalidator.html')
-rw-r--r--doc/html/qdoublevalidator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qdoublevalidator.html b/doc/html/qdoublevalidator.html
index d5f13b8ca..66b9b26ab 100644
--- a/doc/html/qdoublevalidator.html
+++ b/doc/html/qdoublevalidator.html
@@ -73,11 +73,11 @@ state.
<p> <p>See also <a href="qintvalidator.html">TQIntValidator</a>, <a href="qregexpvalidator.html">TQRegExpValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQDoubleValidator"></a>TQDoubleValidator::TQDoubleValidator ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQDoubleValidator"></a>TQDoubleValidator::TQDoubleValidator ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a validator object with parent <em>parent</em>, called <em>name</em>, which accepts any double.
-<h3 class=fn><a name="TQDoubleValidator-2"></a>TQDoubleValidator::TQDoubleValidator ( double&nbsp;bottom, double&nbsp;top, int&nbsp;decimals, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQDoubleValidator-2"></a>TQDoubleValidator::TQDoubleValidator ( double&nbsp;bottom, double&nbsp;top, int&nbsp;decimals, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a validator object with parent <em>parent</em>, called <em>name</em>. This validator will accept doubles from <em>bottom</em> to <em>top</em>
inclusive, with up to <em>decimals</em> digits after the decimal point.