diff options
Diffstat (limited to 'doc/html/ntqbutton.html')
-rw-r--r-- | doc/html/ntqbutton.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqbutton.html b/doc/html/ntqbutton.html index 10969d729..54963f2b7 100644 --- a/doc/html/ntqbutton.html +++ b/doc/html/ntqbutton.html @@ -331,7 +331,7 @@ See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. </h3> Sets the toggle state of the button to <em>s</em>. <em>s</em> can be <a href="#ToggleState-enum">Off</a>, <a href="#ToggleState-enum">NoChange</a> or <a href="#ToggleState-enum">On</a>. -<h3 class=fn>void <a name="setText"></a>TQButton::setText ( const <a href="ntqstring.html">TQString</a> & )<tt> [virtual]</tt> +<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. <h3 class=fn>void <a name="setToggleButton"></a>TQButton::setToggleButton ( bool b )<tt> [protected]</tt> @@ -359,7 +359,7 @@ if the button is off. <a href="#setState">setState</a>(), or because <a href="#setOn">setOn</a>() was called. <p> <p>See also <a href="#clicked">clicked</a>() and <a href="#ToggleState-enum">TQButton::ToggleState</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQButton::text () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQButton::text () const </h3><p>Returns the text shown on the button. See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="toggle"></a>TQButton::toggle ()<tt> [slot]</tt> @@ -421,9 +421,9 @@ toggle buttons, for example. <p> <a href="#pixmap">pixmap</a>() returns 0 if no pixmap was set. <p>Set this property's value with <a href="#setPixmap">setPixmap</a>() and get this property's value with <a href="#pixmap">pixmap</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text-prop"></a>text</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-prop"></a>text</h3> <p>This property holds the text shown on the button. -<p>This property will return a <a href="ntqstring.html#TQString-null">TQString::null</a> if the button has no +<p>This property will return a <a href="tqstring.html#TQString-null">TQString::null</a> if the button has no text. If the text has an ampersand (&) in it, then an accelerator is automatically created for it using the character that follows the '&' as the accelerator key. Any previous |