summaryrefslogtreecommitdiffstats
path: root/doc/html/tqaction.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqaction.html')
-rw-r--r--doc/html/tqaction.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqaction.html b/doc/html/tqaction.html
index 36fb6b776..84ee7c010 100644
--- a/doc/html/tqaction.html
+++ b/doc/html/tqaction.html
@@ -174,7 +174,7 @@ a widget, or an action group whose parent is a widget.
<p> <b>Warning:</b> To prevent recursion, don't create an action as a child
of a widget that the action is later added to.
-<h3 class=fn><a name="TQAction-2"></a>TQAction::TQAction ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQAction-2"></a>TQAction::TQAction ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="tqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
This constructor results in an icon-less action with the the menu
text <em>menuText</em> and keyboard accelerator <em>accel</em>. It is a child
@@ -193,7 +193,7 @@ these using <a href="#setToolTip">setToolTip</a>() and <a href="#setStatusTip">s
<p> <b>Warning:</b> To prevent recursion, don't create an action as a child
of a widget that the action is later added to.
-<h3 class=fn><a name="TQAction-3"></a>TQAction::TQAction ( const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQAction-3"></a>TQAction::TQAction ( const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="tqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
This constructor creates an action with the following properties:
the icon or iconset <em>icon</em>, the menu text <em>menuText</em> and
@@ -213,7 +213,7 @@ these using <a href="#setToolTip">setToolTip</a>() and <a href="#setStatusTip">s
<p> <b>Warning:</b> To prevent recursion, don't create an action as a child
of a widget that the action is later added to.
-<h3 class=fn><a name="TQAction-4"></a>TQAction::TQAction ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;toggle = FALSE )
+<h3 class=fn><a name="TQAction-4"></a>TQAction::TQAction ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="tqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;toggle = FALSE )
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> This constructor creates an action with the following properties:
the description <em>text</em>, the icon or iconset <em>icon</em>, the menu
@@ -228,7 +228,7 @@ a widget, or an action group whose parent is a widget.
tips unless you provide specific text for these using <a href="#setToolTip">setToolTip</a>()
and <a href="#setStatusTip">setStatusTip</a>().
-<h3 class=fn><a name="TQAction-5"></a>TQAction::TQAction ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;toggle = FALSE )
+<h3 class=fn><a name="TQAction-5"></a>TQAction::TQAction ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="tqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;toggle = FALSE )
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> This constructor results in an icon-less action with the
description <em>text</em>, the menu text <em>menuText</em> and the keyboard
@@ -255,7 +255,7 @@ a widget, or an action group whose parent is a widget.
</h3>
Destroys the object and frees allocated resources.
-<h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="accel"></a>TQAction::accel () const
+<h3 class=fn><a href="tqkeysequence.html">TQKeySequence</a> <a name="accel"></a>TQAction::accel () const
</h3><p>Returns the action's accelerator key.
See the <a href="tqaction.html#accel-prop">"accel"</a> property for details.
<h3 class=fn>void <a name="activate"></a>TQAction::activate ()<tt> [slot]</tt>
@@ -324,7 +324,7 @@ Removes the action from widget <em>w</em>.
returns FALSE.
<p> <p>See also <a href="#addTo">addTo</a>().
-<h3 class=fn>void <a name="setAccel"></a>TQAction::setAccel ( const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;key )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setAccel"></a>TQAction::setAccel ( const&nbsp;<a href="tqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;key )<tt> [virtual]</tt>
</h3><p>Sets the action's accelerator key to <em>key</em>.
See the <a href="tqaction.html#accel-prop">"accel"</a> property for details.
<h3 class=fn>void <a name="setDisabled"></a>TQAction::setDisabled ( bool&nbsp;disable )<tt> [slot]</tt>
@@ -402,7 +402,7 @@ See the <a href="tqaction.html#toolTip-prop">"toolTip"</a> property for details.
</h3><p>Returns the action's "What's This?" help text.
See the <a href="tqaction.html#whatsThis-prop">"whatsThis"</a> property for details.
<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 action's accelerator key.
<p>The keycodes can be found in <a href="ntqt.html#Key-enum">TQt::Key</a> and <a href="ntqt.html#Modifier-enum">TQt::Modifier</a>. There
is no default accelerator key.