summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtoolbutton.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqtoolbutton.html')
-rw-r--r--doc/html/tqtoolbutton.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqtoolbutton.html b/doc/html/tqtoolbutton.html
index 6e9d5e3c..5a932458 100644
--- a/doc/html/tqtoolbutton.html
+++ b/doc/html/tqtoolbutton.html
@@ -146,9 +146,9 @@ Constructs a tool button called <em>name</em>, that is a child of <em>parent</em
<p> The tool button will display <em>iconSet</em>, with its text label and
tool tip set to <em>textLabel</em> and its status bar message set to <em>grouptext</em>. It will be connected to the <em>slot</em> in object <em>receiver</em>.
-<h3 class=fn><a name="TQToolButton-3"></a>TQToolButton::TQToolButton ( <a href="ntqt.html#ArrowType-enum">ArrowType</a>&nbsp;type, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQToolButton-3"></a>TQToolButton::TQToolButton ( <a href="tqt.html#ArrowType-enum">ArrowType</a>&nbsp;type, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
-Constructs a tool button as an arrow button. The <a href="ntqt.html#ArrowType-enum">ArrowType</a> <em>type</em> defines the arrow direction. Possible values are <a href="ntqt.html#ArrowType-enum">LeftArrow</a>, <a href="ntqt.html#ArrowType-enum">RightArrow</a>, <a href="ntqt.html#ArrowType-enum">UpArrow</a> and <a href="ntqt.html#ArrowType-enum">DownArrow</a>.
+Constructs a tool button as an arrow button. The <a href="tqt.html#ArrowType-enum">ArrowType</a> <em>type</em> defines the arrow direction. Possible values are <a href="tqt.html#ArrowType-enum">LeftArrow</a>, <a href="tqt.html#ArrowType-enum">RightArrow</a>, <a href="tqt.html#ArrowType-enum">UpArrow</a> and <a href="tqt.html#ArrowType-enum">DownArrow</a>.
<p> An arrow button has auto-repeat turned on by default.
<p> The <em>parent</em> and <em>name</em> arguments are sent to the <a href="tqwidget.html">TQWidget</a>
constructor.
@@ -256,7 +256,7 @@ See the <a href="tqtoolbutton.html#usesTextLabel-prop">"usesTextLabel"</a> prope
<p>The default is disabled (i.e. FALSE).
<p>Set this property's value with <a href="#setAutoRaise">setAutoRaise</a>() and get this property's value with <a href="#autoRaise">autoRaise</a>().
-<h3 class=fn><a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3>
+<h3 class=fn><a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3>
<p>This property holds the toolbutton's background mode.
<p>Get this property with <a href="tqwidget.html#backgroundMode">backgroundMode</a>().
<p> <p>See also <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>.