diff options
Diffstat (limited to 'doc/html/ntqaccel.html')
-rw-r--r-- | doc/html/ntqaccel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqaccel.html b/doc/html/ntqaccel.html index f328f31f3..8d290947f 100644 --- a/doc/html/ntqaccel.html +++ b/doc/html/ntqaccel.html @@ -87,7 +87,7 @@ used in both menus and toolbars. If you're only interested in menus use <a href="tqmenudata.html#insertItem">TQMenuData::insertItem</a>() or <a href="tqmenudata.html#setAccel">TQMenuData::setAccel</a>() to make accelerators for operations that are also available on menus. Many widgets automatically generate accelerators, such as <a href="tqbutton.html">TQButton</a>, -<a href="ntqgroupbox.html">TQGroupBox</a>, <a href="tqlabel.html">TQLabel</a> (with <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>()), <a href="tqmenubar.html">TQMenuBar</a> and <a href="tqtabbar.html">TQTabBar</a>. +<a href="tqgroupbox.html">TQGroupBox</a>, <a href="tqlabel.html">TQLabel</a> (with <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>()), <a href="tqmenubar.html">TQMenuBar</a> and <a href="tqtabbar.html">TQTabBar</a>. Example: <pre> <a href="tqpushbutton.html">TQPushButton</a> p( "&Exit", parent ); // automatic shortcut ALT+Key_E |