summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqaction.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqaction.html')
-rw-r--r--doc/html/ntqaction.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqaction.html b/doc/html/ntqaction.html
index 74874d8df..075166e96 100644
--- a/doc/html/ntqaction.html
+++ b/doc/html/ntqaction.html
@@ -274,7 +274,7 @@ presses an action's accelerator key combination.
<a href="#toggled">toggled</a>() signal for toggle actions.
<p>Examples: <a href="qaction-application-example.html#x1123">action/application.cpp</a>, <a href="canvas-chart-example.html#x2869">chart/chartform.cpp</a>, and <a href="themes-example.html#x316">themes/themes.cpp</a>.
-<h3 class=fn>bool <a name="addTo"></a>TQAction::addTo ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="addTo"></a>TQAction::addTo ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [virtual]</tt>
</h3>
Adds this action to widget <em>w</em>.
<p> Currently actions may be added to <a href="ntqtoolbar.html">TQToolBar</a> and <a href="ntqpopupmenu.html">TQPopupMenu</a> widgets.
@@ -287,7 +287,7 @@ action will not be added and FALSE will be returned.)
<p>Examples: <a href="qaction-application-example.html#x1124">action/application.cpp</a>, <a href="toggleaction-example.html#x2971">action/toggleaction/toggleaction.cpp</a>, and <a href="canvas-chart-example.html#x2870">chart/chartform.cpp</a>.
<p>Reimplemented in <a href="qactiongroup.html#addTo">TQActionGroup</a>.
-<h3 class=fn>void <a name="addedTo"></a>TQAction::addedTo ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;actionWidget, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;container )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="addedTo"></a>TQAction::addedTo ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;actionWidget, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;container )<tt> [virtual protected]</tt>
</h3>
This function is called from the <a href="#addTo">addTo</a>() function when it has
created a widget (<em>actionWidget</em>) for the action in the <em>container</em>.
@@ -317,7 +317,7 @@ See the <a href="ntqaction.html#visible-prop">"visible"</a> property for details
<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="menuText"></a>TQAction::menuText () const
</h3><p>Returns the action's menu text.
See the <a href="ntqaction.html#menuText-prop">"menuText"</a> property for details.
-<h3 class=fn>bool <a name="removeFrom"></a>TQAction::removeFrom ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="removeFrom"></a>TQAction::removeFrom ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [virtual]</tt>
</h3>
Removes the action from widget <em>w</em>.
<p> Returns TRUE if the action was removed successfully; otherwise