From fb401a891f1b426e9419c0cb16403df407138611 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 27 Dec 2023 19:25:43 +0900 Subject: Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT Signed-off-by: Michele Calgaro --- 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 9cd85c5bb..837fb8cc8 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(quit()),
+    file->insertItem( tr("&Quit"), this, TQ_SLOT(quit()),
                       TQKeySequence(tr("Ctrl+Q", "File|Quit")) );
 
-- cgit v1.2.1