summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqcombobox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqcombobox.html')
-rw-r--r--doc/html/ntqcombobox.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqcombobox.html b/doc/html/ntqcombobox.html
index 2ac1d20d4..2847453de 100644
--- a/doc/html/ntqcombobox.html
+++ b/doc/html/ntqcombobox.html
@@ -191,7 +191,7 @@ duplicates is set with <a href="#setDuplicatesEnabled">setDuplicatesEnabled</a>(
<img src="qcombo3-m.png">(Motif 2, read-only)<br clear=all>
<img src="qcombo1-w.png">(Windows style)
<p> Depending on the style, TQComboBox will use a <a href="ntqlistbox.html">TQListBox</a> or a
-<a href="ntqpopupmenu.html">TQPopupMenu</a> to display the list of items. See <a href="#setListBox">setListBox</a>() for
+<a href="tqpopupmenu.html">TQPopupMenu</a> to display the list of items. See <a href="#setListBox">setListBox</a>() for
more information.
<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqlistbox.html">TQListBox</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqradiobutton.html">TQRadioButton</a>, <a href="ntqbuttongroup.html">TQButtonGroup</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Combo Box</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Drop-Down List Box</a>, and <a href="basic.html">Basic Widgets</a>.
@@ -399,7 +399,7 @@ Returns the line edit, or 0 if there is no line edit.
<h3 class=fn><a href="ntqlistbox.html">TQListBox</a>&nbsp;* <a name="listBox"></a>TQComboBox::listBox () const
</h3>
Returns the current list box, or 0 if there is no list box.
-(TQComboBox can use <a href="ntqpopupmenu.html">TQPopupMenu</a> instead of <a href="ntqlistbox.html">TQListBox</a>.) Provided to
+(TQComboBox can use <a href="tqpopupmenu.html">TQPopupMenu</a> instead of <a href="ntqlistbox.html">TQListBox</a>.) Provided to
match <a href="#setListBox">setListBox</a>().
<p> <p>See also <a href="#setListBox">setListBox</a>().