summaryrefslogtreecommitdiffstats
path: root/doc/html/tqkeysequence.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqkeysequence.html')
-rw-r--r--doc/html/tqkeysequence.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqkeysequence.html b/doc/html/tqkeysequence.html
index fc5b7e41d..011025548 100644
--- a/doc/html/tqkeysequence.html
+++ b/doc/html/tqkeysequence.html
@@ -69,7 +69,7 @@ by accelerators.
<p> A key sequence consists of up to four keyboard codes, each
optionally combined with modifiers, e.g. <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a>, <a href="ntqt.html#Modifier-enum">META</a>, or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>. For example, <tt>CTRL + Key_P</tt>
might be a sequence used as a shortcut for printing a document.
-The key codes are listed in <a href="qnamespace-h.html">ntqnamespace.h</a>. As an alternative,
+The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a>. As an alternative,
use <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a> with the unicode code point of the character.
For example, <tt>UNICODE_ACCEL + 'A'</tt> gives the same key sequence
as <a href="ntqt.html#Key-enum">Key_A</a>.
@@ -108,14 +108,14 @@ necessary, but it provides some context for the human translator.
<h3 class=fn><a name="TQKeySequence-3"></a>TQKeySequence::TQKeySequence ( int&nbsp;key )
</h3>
Constructs a key sequence that has a single <em>key</em>.
-<p> The key codes are listed in <a href="qnamespace-h.html">ntqnamespace.h</a> and can be
+<p> The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a> and can be
combined with modifiers, e.g. with <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a>, <a href="ntqt.html#Modifier-enum">META</a> or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>.
<h3 class=fn><a name="TQKeySequence-4"></a>TQKeySequence::TQKeySequence ( int&nbsp;k1, int&nbsp;k2, int&nbsp;k3 = 0, int&nbsp;k4 = 0 )
</h3>
Constructs a key sequence with up to 4 keys <em>k1</em>, <em>k2</em>,
<em>k3</em> and <em>k4</em>.
-<p> The key codes are listed in <a href="qnamespace-h.html">ntqnamespace.h</a> and can be
+<p> The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a> and can be
combined with modifiers, e.g. with <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a>, <a href="ntqt.html#Modifier-enum">META</a> or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>.
<h3 class=fn><a name="TQKeySequence-5"></a>TQKeySequence::TQKeySequence ( const&nbsp;<a href="tqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;keysequence )