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.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqcombobox.html b/doc/html/ntqcombobox.html
index ddce9ba53..e63d3a88b 100644
--- a/doc/html/ntqcombobox.html
+++ b/doc/html/ntqcombobox.html
@@ -271,14 +271,14 @@ See the <a href="ntqcombobox.html#autoResize-prop">"autoResize"</a> property for
</h3>
Replaces the item at position <em>index</em> with the text <em>t</em>.
-<h3 class=fn>void <a name="changeItem-2"></a>TQComboBox::changeItem ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;im, int&nbsp;index )
+<h3 class=fn>void <a name="changeItem-2"></a>TQComboBox::changeItem ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;im, int&nbsp;index )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Replaces the item at position <em>index</em> with the pixmap <em>im</em>,
unless the combobox is editable.
<p> <p>See also <a href="#insertItem">insertItem</a>().
-<h3 class=fn>void <a name="changeItem-3"></a>TQComboBox::changeItem ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;im, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;t, int&nbsp;index )
+<h3 class=fn>void <a name="changeItem-3"></a>TQComboBox::changeItem ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;im, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;t, int&nbsp;index )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Replaces the item at position <em>index</em> with the pixmap <em>im</em> and
@@ -340,13 +340,13 @@ Inserts a text item with text <em>t</em>, at position <em>index</em>. The item
will be appended if <em>index</em> is negative.
<p>Examples: <a href="tutorial2-09.html#x2633">chart/optionsform.cpp</a>, <a href="fileiconview-example.html#x879">fileiconview/mainwindow.cpp</a>, <a href="helpviewer-example.html#x983">helpviewer/helpwindow.cpp</a>, <a href="lineedits-example.html#x171">lineedits/lineedits.cpp</a>, <a href="listboxcombo-example.html#x1399">listboxcombo/listboxcombo.cpp</a>, <a href="regexptester-example.html#x2479">regexptester/regexptester.cpp</a>, and <a href="tictac-example.html#x23">tictac/tictac.cpp</a>.
-<h3 class=fn>void <a name="insertItem-2"></a>TQComboBox::insertItem ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, int&nbsp;index = -1 )
+<h3 class=fn>void <a name="insertItem-2"></a>TQComboBox::insertItem ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, int&nbsp;index = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Inserts a <em>pixmap</em> item at position <em>index</em>. The item will be
appended if <em>index</em> is negative.
-<h3 class=fn>void <a name="insertItem-3"></a>TQComboBox::insertItem ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;index = -1 )
+<h3 class=fn>void <a name="insertItem-3"></a>TQComboBox::insertItem ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;index = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Inserts a <em>pixmap</em> item with additional text <em>text</em> at position
@@ -407,7 +407,7 @@ match <a href="#setListBox">setListBox</a>().
<h3 class=fn>int <a name="maxCount"></a>TQComboBox::maxCount () const
</h3><p>Returns the maximum number of items allowed in the combobox.
See the <a href="ntqcombobox.html#maxCount-prop">"maxCount"</a> property for details.
-<h3 class=fn>const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQComboBox::pixmap ( int&nbsp;index ) const
+<h3 class=fn>const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQComboBox::pixmap ( int&nbsp;index ) const
</h3>
Returns the pixmap item at position <em>index</em>, or 0 if the item is
not a pixmap.
@@ -473,7 +473,7 @@ necessary because of the line edit in TQComboBox.
<h3 class=fn>void <a name="setMaxCount"></a>TQComboBox::setMaxCount ( int )<tt> [virtual]</tt>
</h3><p>Sets the maximum number of items allowed in the combobox.
See the <a href="ntqcombobox.html#maxCount-prop">"maxCount"</a> property for details.
-<h3 class=fn>void <a name="setPalette"></a>TQComboBox::setPalette ( const&nbsp;<a href="ntqpalette.html">TQPalette</a>&nbsp;&amp;&nbsp;palette )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setPalette"></a>TQComboBox::setPalette ( const&nbsp;<a href="tqpalette.html">TQPalette</a>&nbsp;&amp;&nbsp;palette )<tt> [virtual]</tt>
</h3>
Sets the palette for both the combobox button and the combobox
popup list to <em>palette</em>.