summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpushbutton.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqpushbutton.html')
-rw-r--r--doc/html/ntqpushbutton.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqpushbutton.html b/doc/html/ntqpushbutton.html
index 7fbfbbd2..47bdb2e8 100644
--- a/doc/html/ntqpushbutton.html
+++ b/doc/html/ntqpushbutton.html
@@ -157,7 +157,7 @@ supposed to have a wide, rectangular shape with a text label.
Small, typically square buttons that change the state of the
window rather than performing an action (such as the buttons in
the top-right corner of the <a href="ntqfiledialog.html">TQFileDialog</a>) are not command buttons,
-but tool buttons. TQt provides a special class (<a href="ntqtoolbutton.html">TQToolButton</a>) for
+but tool buttons. TQt provides a special class (<a href="tqtoolbutton.html">TQToolButton</a>) for
these buttons.
<p> If you need toggle behavior (see <a href="#setToggleButton">setToggleButton</a>()) or a button
that auto-repeats the activation signal when being pushed down
@@ -175,7 +175,7 @@ check boxes (see <a href="ntqcheckbox.html">TQCheckBox</a>).
and other API, and TQPushButton provides GUI logic. See TQButton for
more information about the API.
<p>
-<p> <p>See also <a href="ntqtoolbutton.html">TQToolButton</a>, <a href="ntqradiobutton.html">TQRadioButton</a>, <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Push Button</a>, and <a href="basic.html">Basic Widgets</a>.
+<p> <p>See also <a href="tqtoolbutton.html">TQToolButton</a>, <a href="ntqradiobutton.html">TQRadioButton</a>, <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Push Button</a>, and <a href="basic.html">Basic Widgets</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQPushButton"></a>TQPushButton::TQPushButton ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
@@ -258,7 +258,7 @@ See the <a href="ntqbutton.html#toggleButton-prop">"toggleButton"</a> property f
<h3 class=fn>const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQButton::pixmap () const
</h3><p>Returns the pixmap shown on the button.
See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details.
-<h3 class=fn><a href="ntqpopupmenu.html">TQPopupMenu</a>&nbsp;* <a name="popup"></a>TQPushButton::popup () const
+<h3 class=fn><a href="tqpopupmenu.html">TQPopupMenu</a>&nbsp;* <a name="popup"></a>TQPushButton::popup () const
</h3>
Returns the button's associated popup menu or 0 if no popup menu
has been set.
@@ -309,7 +309,7 @@ See the <a href="ntqpushbutton.html#on-prop">"on"</a> property for details.
<h3 class=fn>void <a name="setPixmap"></a>TQButton::setPixmap ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the pixmap shown on the button.
See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details.
-<h3 class=fn>void <a name="setPopup"></a>TQPushButton::setPopup ( <a href="ntqpopupmenu.html">TQPopupMenu</a>&nbsp;*&nbsp;popup )
+<h3 class=fn>void <a name="setPopup"></a>TQPushButton::setPopup ( <a href="tqpopupmenu.html">TQPopupMenu</a>&nbsp;*&nbsp;popup )
</h3>
Associates the popup menu <em>popup</em> with this push button. This
turns the button into a menu button.