diff options
Diffstat (limited to 'doc/html/ntqpushbutton.html')
-rw-r--r-- | doc/html/ntqpushbutton.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqpushbutton.html b/doc/html/ntqpushbutton.html index b00dcbf1a..9ebe09967 100644 --- a/doc/html/ntqpushbutton.html +++ b/doc/html/ntqpushbutton.html @@ -156,7 +156,7 @@ as Apply, Cancel, Close and Help) <em>and</em> when the widget is 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, +the top-right corner of the <a href="tqfiledialog.html">TQFileDialog</a>) are not command buttons, 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 @@ -317,7 +317,7 @@ turns the button into a menu button. button. <p> <p>See also <a href="#popup">popup</a>(). -<p>Examples: <a href="buttongroups-example.html#x557">buttongroups/buttongroups.cpp</a> and <a href="qdir-example.html#x1836">qdir/qdir.cpp</a>. +<p>Examples: <a href="buttongroups-example.html#x557">buttongroups/buttongroups.cpp</a> and <a href="tqdir-example.html#x1836">tqdir/tqdir.cpp</a>. <h3 class=fn>void <a name="setText"></a>TQButton::setText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the text shown on the button. See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. |