From 0f92dd542b65bc910caaf190b7c623aa5158c86a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 22:33:41 -0600 Subject: Fix native TQt3 accidental conversion to tquit --- doc/html/i18n.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/i18n.html') diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 51772b7f0..6f81c3348 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

     TQPopupMenu *file = new TQPopupMenu( this );
-    file->insertItem( tr("&Quit"), this, SLOT(tquit()),
+    file->insertItem( tr("&Quit"), this, SLOT(quit()),
                       TQKeySequence(tr("Ctrl+Q", "File|Quit")) );
 
-- cgit v1.2.1