summaryrefslogtreecommitdiffstats
path: root/doc/html/i18n.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/i18n.html')
-rw-r--r--doc/html/i18n.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/i18n.html b/doc/html/i18n.html
index 9cd85c5b..837fb8cc 100644
--- a/doc/html/i18n.html
+++ b/doc/html/i18n.html
@@ -263,7 +263,7 @@ 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-&gt;<a href="ntqmenudata.html#insertItem">insertItem</a>( tr("&amp;Quit"), this, SLOT(quit()),
+ file-&gt;<a href="ntqmenudata.html#insertItem">insertItem</a>( tr("&amp;Quit"), this, TQ_SLOT(quit()),
TQKeySequence(tr("Ctrl+Q", "File|Quit")) );
</pre>