From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqobject.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqobject.html') diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index d78f692f8..3b3262874 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -282,10 +282,10 @@ returns FALSE.

You must use the TQ_SIGNAL() and TQ_SLOT() macros when specifying the signal and the member, for example:

-    TQLabel     *label  = new TQLabel;
+    TQLabel     *label  = new TQLabel;
     TQScrollBar *scroll = new TQScrollBar;
     TQObject::connect( scroll, TQ_SIGNAL(valueChanged(int)),
-                      label,  TQ_SLOT(setNum(int)) );
+                      label,  TQ_SLOT(setNum(int)) );
     

This example ensures that the label always displays the current -- cgit v1.2.3