summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqkeysequence.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/ntqkeysequence.html
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 b4d56b8c..8d74cbcb 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>