summaryrefslogtreecommitdiffstats
path: root/doc/html/tqpopupmenu.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqpopupmenu.html')
-rw-r--r--doc/html/tqpopupmenu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqpopupmenu.html b/doc/html/tqpopupmenu.html
index 47698fc9f..f118950c8 100644
--- a/doc/html/tqpopupmenu.html
+++ b/doc/html/tqpopupmenu.html
@@ -712,11 +712,11 @@ Removes the menu item at position <em>index</em>.
</h3>
Sets the accelerator key for the menu item <em>id</em> to <em>key</em>.
<p> An accelerator key consists of a key code and a combination of the
-modifiers <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a> or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a> (OR'ed or
+modifiers <a href="tqt.html#Modifier-enum">SHIFT</a>, <a href="tqt.html#Modifier-enum">CTRL</a>, <a href="tqt.html#Modifier-enum">ALT</a> or <a href="tqt.html#Modifier-enum">UNICODE_ACCEL</a> (OR'ed or
added). The header file <a href="tqnamespace-h.html">tqnamespace.h</a> contains a list of key
codes.
<p> Defining an accelerator key produces a text that is added to the
-menu item; for instance, <a href="ntqt.html#Modifier-enum">CTRL</a> + <a href="ntqt.html#Key-enum">Key_O</a> produces "Ctrl+O". The
+menu item; for instance, <a href="tqt.html#Modifier-enum">CTRL</a> + <a href="tqt.html#Key-enum">Key_O</a> produces "Ctrl+O". The
text is formatted differently for different platforms.
<p> Note that keyboard accelerators in TQt are not application-global,
instead they are bound to a certain top-level window. For example,