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.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqtoolbutton.html b/doc/html/tqtoolbutton.html
index 66cdcad85..fb092e0a2 100644
--- a/doc/html/tqtoolbutton.html
+++ b/doc/html/tqtoolbutton.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
commands or options, usually used inside a TQToolBar.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>&gt;</tt>
-<p>Inherits <a href="ntqbutton.html">TQButton</a>.
+<p>Inherits <a href="tqbutton.html">TQButton</a>.
<p><a href="tqtoolbutton-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -234,15 +234,15 @@ See the <a href="tqtoolbutton.html#textPosition-prop">"textPosition"</a> propert
<h3 class=fn>void <a name="toggle"></a>TQToolButton::toggle ()<tt> [slot]</tt>
</h3>
Toggles the state of this tool button.
-<p> This function has no effect on <a href="ntqbutton.html#isToggleButton">non-toggling
+<p> This function has no effect on <a href="tqbutton.html#isToggleButton">non-toggling
buttons.</a>
-<p> <p>See also <a href="#toggleButton-prop">toggleButton</a> and <a href="ntqbutton.html#toggled">toggled</a>().
+<p> <p>See also <a href="#toggleButton-prop">toggleButton</a> and <a href="tqbutton.html#toggled">toggled</a>().
<h3 class=fn>bool <a name="uses3D"></a>TQToolButton::uses3D () const<tt> [protected]</tt>
</h3>
Returns TRUE if this button should be drawn using raised edges;
otherwise returns FALSE.
-<p> <p>See also <a href="ntqbutton.html#drawButton">drawButton</a>().
+<p> <p>See also <a href="tqbutton.html#drawButton">drawButton</a>().
<h3 class=fn>bool <a name="usesBigPixmap"></a>TQToolButton::usesBigPixmap () const
</h3><p>Returns TRUE if this toolbutton uses big pixmaps; otherwise returns FALSE.
@@ -270,7 +270,7 @@ pixmap. There is no default iconset.
<h3 class=fn>bool <a name="on-prop"></a>on</h3>
<p>This property holds whether this tool button is on.
-<p>This property has no effect on <a href="ntqbutton.html#isToggleButton">non-toggling
+<p>This property has no effect on <a href="tqbutton.html#isToggleButton">non-toggling
buttons.</a> The default is FALSE (i.e. off).
<p> <p>See also <a href="#toggleButton-prop">toggleButton</a> and <a href="#toggle">toggle</a>().
<p>Set this property's value with <a href="#setOn">setOn</a>().