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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqkeysequence.html b/doc/html/ntqkeysequence.html
index b4d56b8cb..8d74cbcbf 100644
--- a/doc/html/ntqkeysequence.html
+++ b/doc/html/ntqkeysequence.html
@@ -97,8 +97,8 @@ with commas, e.g. "Alt+X,Ctrl+S,Q".
<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 );
- file-&gt;<a href="ntqmenudata.html#insertItem">insertItem</a>( tr("&amp;Open..."), this, TQ_SLOT(open()),
+ <a href="tqpopupmenu.html">TQPopupMenu</a> *file = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this );
+ file-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>( tr("&amp;Open..."), this, TQ_SLOT(open()),
<a href="#TQKeySequence">TQKeySequence</a>( tr("Ctrl+O", "File|Open") ) );
</pre>