summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtoolbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtoolbox.html')
-rw-r--r--doc/html/ntqtoolbox.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqtoolbox.html b/doc/html/ntqtoolbox.html
index a98e1cf15..483a7037f 100644
--- a/doc/html/ntqtoolbox.html
+++ b/doc/html/ntqtoolbox.html
@@ -110,7 +110,7 @@ changed.
</h3>
Constructs a toolbox called <em>name</em> with parent <em>parent</em> and flags <em>f</em>.
-<h3 class=fn>int <a name="addItem"></a>TQToolBox::addItem ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
+<h3 class=fn>int <a name="addItem"></a>TQToolBox::addItem ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
</h3>
Adds the widget <em>item</em> in a new tab at bottom of the toolbox. The
@@ -146,7 +146,7 @@ Returns the toolbox's current item, or 0 if the toolbox is empty.
Returns the index of item <em>item</em>, or -1 if the item does not
exist.
-<h3 class=fn>int <a name="insertItem"></a>TQToolBox::insertItem ( int&nbsp;index, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
+<h3 class=fn>int <a name="insertItem"></a>TQToolBox::insertItem ( int&nbsp;index, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
</h3>
Inserts the widget <em>item</em> at position <em>index</em>, or at the bottom
of the toolbox if <em>index</em> is out of range. The new item's label
@@ -170,7 +170,7 @@ Returns TRUE if the item at position <em>index</em> is enabled; otherwise return
Returns the item at position <em>index</em>, or 0 if there is no such
item.
-<h3 class=fn><a href="ntqiconset.html">TQIconSet</a> <a name="itemIconSet"></a>TQToolBox::itemIconSet ( int&nbsp;index ) const
+<h3 class=fn><a href="tqiconset.html">TQIconSet</a> <a name="itemIconSet"></a>TQToolBox::itemIconSet ( int&nbsp;index ) const
</h3>
Returns the icon of the item at position <em>index</em>, or a null
icon if <em>index</em> is out of range.
@@ -213,7 +213,7 @@ Sets the current item to be <em>item</em>.
If <em>enabled</em> is TRUE then the item at position <em>index</em> is enabled; otherwise item
<em>index</em> is disabled.
-<h3 class=fn>void <a name="setItemIconSet"></a>TQToolBox::setItemIconSet ( int&nbsp;index, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet )
+<h3 class=fn>void <a name="setItemIconSet"></a>TQToolBox::setItemIconSet ( int&nbsp;index, const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet )
</h3>
Sets the icon of the item at position <em>index</em> to <em>iconSet</em>.