summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtoolbutton.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtoolbutton.html')
-rw-r--r--doc/html/ntqtoolbutton.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqtoolbutton.html b/doc/html/ntqtoolbutton.html
index 05d91fa16..c2c3fcf6a 100644
--- a/doc/html/ntqtoolbutton.html
+++ b/doc/html/ntqtoolbutton.html
@@ -140,7 +140,7 @@ tool button's icon.
</h3>
Constructs an empty tool button called <em>name</em>, with parent <em>parent</em>.
-<h3 class=fn><a name="TQToolButton-2"></a>TQToolButton::TQToolButton ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;textLabel, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;grouptext, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;slot, <a href="ntqtoolbar.html">TQToolBar</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQToolButton-2"></a>TQToolButton::TQToolButton ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;textLabel, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;grouptext, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;slot, <a href="ntqtoolbar.html">TQToolBar</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a tool button called <em>name</em>, that is a child of <em>parent</em> (which must be a <a href="ntqtoolbar.html">TQToolBar</a>).
<p> The tool button will display <em>iconSet</em>, with its text label and
@@ -204,10 +204,10 @@ tool button shows a menu containing the current history list.
<h3 class=fn>void <a name="setPopupDelay"></a>TQToolButton::setPopupDelay ( int&nbsp;delay )
</h3><p>Sets the time delay between pressing the button and the appearance of the associated popup menu in milliseconds to <em>delay</em>.
See the <a href="ntqtoolbutton.html#popupDelay-prop">"popupDelay"</a> property for details.
-<h3 class=fn>void <a name="setTextLabel"></a>TQToolButton::setTextLabel ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [slot]</tt>
+<h3 class=fn>void <a name="setTextLabel"></a>TQToolButton::setTextLabel ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [slot]</tt>
</h3><p>Sets the label of this button.
See the <a href="ntqtoolbutton.html#textLabel-prop">"textLabel"</a> property for details.
-<h3 class=fn>void <a name="setTextLabel-2"></a>TQToolButton::setTextLabel ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;newLabel, bool&nbsp;tipToo )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setTextLabel-2"></a>TQToolButton::setTextLabel ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;newLabel, bool&nbsp;tipToo )<tt> [virtual slot]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the label of this button to <em>newLabel</em> and automatically
@@ -225,7 +225,7 @@ See the <a href="ntqtoolbutton.html#usesBigPixmap-prop">"usesBigPixmap"</a> prop
<h3 class=fn>void <a name="setUsesTextLabel"></a>TQToolButton::setUsesTextLabel ( bool&nbsp;enable )<tt> [virtual slot]</tt>
</h3><p>Sets whether the toolbutton displays a text label below the button pixmap to <em>enable</em>.
See the <a href="ntqtoolbutton.html#usesTextLabel-prop">"usesTextLabel"</a> property for details.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="textLabel"></a>TQToolButton::textLabel () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="textLabel"></a>TQToolButton::textLabel () const
</h3><p>Returns the label of this button.
See the <a href="ntqtoolbutton.html#textLabel-prop">"textLabel"</a> property for details.
<h3 class=fn><a href="ntqtoolbutton.html#TextPosition-enum">TextPosition</a> <a name="textPosition"></a>TQToolButton::textPosition () const
@@ -287,7 +287,7 @@ up the popup menu.
<p> <p>See also <a href="#setPopup">setPopup</a>().
<p>Set this property's value with <a href="#setPopupDelay">setPopupDelay</a>() and get this property's value with <a href="#popupDelay">popupDelay</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="textLabel-prop"></a>textLabel</h3>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="textLabel-prop"></a>textLabel</h3>
<p>This property holds the label of this button.
<p>Setting this property automatically sets the text as a tool tip
too. There is no default text.