summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqcombobox.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/ntqcombobox.html
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>().