diff options
Diffstat (limited to 'doc/html/qregexpvalidator.html')
-rw-r--r-- | doc/html/qregexpvalidator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qregexpvalidator.html b/doc/html/qregexpvalidator.html index c6c22b15b..1d3933c10 100644 --- a/doc/html/qregexpvalidator.html +++ b/doc/html/qregexpvalidator.html @@ -108,12 +108,12 @@ normally be associated with a widget as in the example above. <p> <p>See also <a href="ntqregexp.html">TQRegExp</a>, <a href="qintvalidator.html">TQIntValidator</a>, <a href="qdoublevalidator.html">TQDoubleValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQRegExpValidator"></a>TQRegExpValidator::TQRegExpValidator ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQRegExpValidator"></a>TQRegExpValidator::TQRegExpValidator ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator that accepts any string (including an empty one) as valid. The object's parent is <em>parent</em> and its name is <em>name</em>. -<h3 class=fn><a name="TQRegExpValidator-2"></a>TQRegExpValidator::TQRegExpValidator ( const <a href="ntqregexp.html">TQRegExp</a> & rx, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQRegExpValidator-2"></a>TQRegExpValidator::TQRegExpValidator ( const <a href="ntqregexp.html">TQRegExp</a> & rx, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator which accepts all strings that match the <a href="ntqregexp.html#regular-expression">regular expression</a> <em>rx</em>. The object's parent is <em>parent</em> and its |