summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqaction.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqaction.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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