summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqkeysequence.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqkeysequence.html')
-rw-r--r--doc/html/ntqkeysequence.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqkeysequence.html b/doc/html/ntqkeysequence.html
index ae11016f..62034e0f 100644
--- a/doc/html/ntqkeysequence.html
+++ b/doc/html/ntqkeysequence.html
@@ -91,10 +91,10 @@ Creates a key sequence from the string <em>key</em>. For example
"Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl",
"Shift", "Alt" and "Meta" are recognized, as well as their
translated equivalents in the "TQAccel" context (using
-<a href="ntqobject.html#tr">TQObject::tr</a>()).
+<a href="tqobject.html#tr">TQObject::tr</a>()).
<p> Multiple key codes (up to four) may be entered by separating them
with commas, e.g. "Alt+X,Ctrl+S,Q".
-<p> This contructor is typically used with <a href="ntqobject.html#tr">tr</a>(), so that accelerator keys can be replaced in
+<p> This contructor is typically used with <a href="tqobject.html#tr">tr</a>(), so that accelerator keys can be replaced in
translations:
<p> <pre>
<a href="ntqpopupmenu.html">TQPopupMenu</a> *file = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this );
@@ -149,7 +149,7 @@ Creates an accelerator string for the key sequence.
For instance CTRL+Key_O gives "Ctrl+O". If the key sequence has
multiple key codes they are returned comma-separated, e.g.
"Alt+X, Ctrl+Y, Z". The strings, "Ctrl", "Shift", etc. are
-translated (using <a href="ntqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" scope. If the key
+translated (using <a href="tqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" scope. If the key
sequence has no keys, <a href="ntqstring.html#TQString-null">TQString::null</a> is returned.
<p> On Mac OS X, the string returned resembles the sequence that is shown in
the menubar.