summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqaccel.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/ntqaccel.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/ntqaccel.html')
-rw-r--r--doc/html/ntqaccel.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqaccel.html b/doc/html/ntqaccel.html
index dfc03689..d755b514 100644
--- a/doc/html/ntqaccel.html
+++ b/doc/html/ntqaccel.html
@@ -141,15 +141,15 @@ combination.
TQ_SLOT(printDoc()) ); // printDoc() slot
</pre>
-<p> <p>See also <a href="qkeyevent.html">TQKeyEvent</a>, <a href="ntqwidget.html#keyPressEvent">TQWidget::keyPressEvent</a>(), <a href="ntqmenudata.html#setAccel">TQMenuData::setAccel</a>(), <a href="ntqbutton.html#accel-prop">TQButton::accel</a>, <a href="ntqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Keyboard Shortcuts</a>, and <a href="misc.html">Miscellaneous Classes</a>.
+<p> <p>See also <a href="qkeyevent.html">TQKeyEvent</a>, <a href="tqwidget.html#keyPressEvent">TQWidget::keyPressEvent</a>(), <a href="ntqmenudata.html#setAccel">TQMenuData::setAccel</a>(), <a href="ntqbutton.html#accel-prop">TQButton::accel</a>, <a href="ntqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Keyboard Shortcuts</a>, and <a href="misc.html">Miscellaneous Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQAccel"></a>TQAccel::TQAccel ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQAccel"></a>TQAccel::TQAccel ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a TQAccel object called <em>name</em>, with parent <em>parent</em>.
The accelerator operates on <em>parent</em>.
-<h3 class=fn><a name="TQAccel-2"></a>TQAccel::TQAccel ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;watch, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQAccel-2"></a>TQAccel::TQAccel ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;watch, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a TQAccel object called <em>name</em>, that operates on <em>watch</em>, and is a child of <em>parent</em>.
<p> This constructor is not needed for normal application programming.