diff options
Diffstat (limited to 'doc/html/i18n.html')
-rw-r--r-- | doc/html/i18n.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 370276cc5..c20c6c30a 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -262,8 +262,8 @@ translated too. If you hardcode <tt>CTRL+Key_Q</tt> for "Quit" in your application, translators won't be able to override it. The correct idiom is <p> <pre> - <a href="ntqpopupmenu.html">TQPopupMenu</a> *file = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); - file-><a href="ntqmenudata.html#insertItem">insertItem</a>( tr("&Quit"), this, TQ_SLOT(quit()), + <a href="tqpopupmenu.html">TQPopupMenu</a> *file = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); + file-><a href="tqmenudata.html#insertItem">insertItem</a>( tr("&Quit"), this, TQ_SLOT(quit()), TQKeySequence(tr("Ctrl+Q", "File|Quit")) ); </pre> |