summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcombobox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqcombobox.html')
-rw-r--r--doc/html/tqcombobox.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqcombobox.html b/doc/html/tqcombobox.html
index 579a7f2fb..2d5a39147 100644
--- a/doc/html/tqcombobox.html
+++ b/doc/html/tqcombobox.html
@@ -167,7 +167,7 @@ widget may or may not insert it, and it can insert it in several
locations. The default policy is is <a href="#Policy-enum">AtBottom</a> but you can change
this using <a href="#setInsertionPolicy">setInsertionPolicy</a>().
<p> It is possible to constrain the input to an editable combobox
-using <a href="ntqvalidator.html">TQValidator</a>; see <a href="#setValidator">setValidator</a>(). By default, any input is
+using <a href="tqvalidator.html">TQValidator</a>; see <a href="#setValidator">setValidator</a>(). By default, any input is
accepted.
<p> If the combobox is not editable then it has a default
<a href="tqwidget.html#focusPolicy">focusPolicy</a>() of <a href="tqwidget.html#FocusPolicy-enum">TabFocus</a>, i.e. it will not grab focus if
@@ -482,12 +482,12 @@ popup list to <em>palette</em>.
<h3 class=fn>void <a name="setSizeLimit"></a>TQComboBox::setSizeLimit ( int )<tt> [virtual]</tt>
</h3><p>Sets the maximum on-screen size of the combobox.
See the <a href="tqcombobox.html#sizeLimit-prop">"sizeLimit"</a> property for details.
-<h3 class=fn>void <a name="setValidator"></a>TQComboBox::setValidator ( const&nbsp;<a href="ntqvalidator.html">TQValidator</a>&nbsp;*&nbsp;v )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setValidator"></a>TQComboBox::setValidator ( const&nbsp;<a href="tqvalidator.html">TQValidator</a>&nbsp;*&nbsp;v )<tt> [virtual]</tt>
</h3>
Applies the validator <em>v</em> to the combobox so that only text which
is valid according to <em>v</em> is accepted.
<p> This function does nothing if the combobox is not editable.
-<p> <p>See also <a href="#validator">validator</a>(), <a href="#clearValidator">clearValidator</a>(), and <a href="ntqvalidator.html">TQValidator</a>.
+<p> <p>See also <a href="#validator">validator</a>(), <a href="#clearValidator">clearValidator</a>(), and <a href="tqvalidator.html">TQValidator</a>.
<h3 class=fn>int <a name="sizeLimit"></a>TQComboBox::sizeLimit () const
</h3><p>Returns the maximum on-screen size of the combobox.
@@ -506,11 +506,11 @@ the item is not a string.
whenever the contents of the text entry field changes. <em>string</em>
contains the new text.
-<h3 class=fn>const&nbsp;<a href="ntqvalidator.html">TQValidator</a>&nbsp;* <a name="validator"></a>TQComboBox::validator () const
+<h3 class=fn>const&nbsp;<a href="tqvalidator.html">TQValidator</a>&nbsp;* <a name="validator"></a>TQComboBox::validator () const
</h3>
Returns the validator which constrains editing for this combobox
if there is one; otherwise returns 0.
-<p> <p>See also <a href="#setValidator">setValidator</a>(), <a href="#clearValidator">clearValidator</a>(), and <a href="ntqvalidator.html">TQValidator</a>.
+<p> <p>See also <a href="#setValidator">setValidator</a>(), <a href="#clearValidator">clearValidator</a>(), and <a href="tqvalidator.html">TQValidator</a>.
<hr><h2>Property Documentation</h2>
<h3 class=fn>bool <a name="autoCompletion-prop"></a>autoCompletion</h3>