summaryrefslogtreecommitdiffstats
path: root/doc/html/tqradiobutton.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
commit39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch)
treec38058d08754b389bd058a6d63f75086b49a22b1 /doc/html/tqradiobutton.html
parente42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff)
downloadtqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz
tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.zip
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqradiobutton.html')
-rw-r--r--doc/html/tqradiobutton.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqradiobutton.html b/doc/html/tqradiobutton.html
index 9c3580fe3..74357bc53 100644
--- a/doc/html/tqradiobutton.html
+++ b/doc/html/tqradiobutton.html
@@ -114,7 +114,7 @@ Constructs a radio button with the text <em>text</em>.
<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a>
constructor.
-<h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="accel"></a>TQButton::accel () const
+<h3 class=fn><a href="tqkeysequence.html">TQKeySequence</a> <a name="accel"></a>TQButton::accel () const
</h3><p>Returns the accelerator associated with the button.
See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details.
<h3 class=fn>bool <a name="autoRepeat"></a>TQButton::autoRepeat () const
@@ -172,7 +172,7 @@ See the <a href="tqbutton.html#pixmap-prop">"pixmap"</a> property for details.
<p> This signal is emitted when the button is released.
<p> <p>See also <a href="tqbutton.html#pressed">pressed</a>(), <a href="tqbutton.html#clicked">clicked</a>(), and <a href="tqbutton.html#toggled">toggled</a>().
-<h3 class=fn>void <a name="setAccel"></a>TQButton::setAccel ( const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setAccel"></a>TQButton::setAccel ( const&nbsp;<a href="tqkeysequence.html">TQKeySequence</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the accelerator associated with the button.
See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details.
<h3 class=fn>void <a name="setAutoRepeat"></a>TQButton::setAutoRepeat ( bool )<tt> [virtual]</tt>
@@ -221,7 +221,7 @@ or because <a href="tqbutton.html#setOn">setOn</a>() was called.
<p>Example: <a href="listbox-example.html#x1427">listbox/listbox.cpp</a>.
<hr><h2>Property Documentation</h2>
-<h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="accel-prop"></a>accel</h3>
+<h3 class=fn><a href="tqkeysequence.html">TQKeySequence</a> <a name="accel-prop"></a>accel</h3>
<p>This property holds the accelerator associated with the button.
<p>This property is 0 if there is no accelerator set. If you set this
property to 0 then any current accelerator is removed.