summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqaccel.html
diff options
context:
space:
mode:
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 dfc036899..d755b5147 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.