From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* Signed-off-by: Michele Calgaro --- doc/html/tutorial1-10.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tutorial1-10.html') diff --git a/doc/html/tutorial1-10.html b/doc/html/tutorial1-10.html index 8a8da0f20..6f317fdb4 100644 --- a/doc/html/tutorial1-10.html +++ b/doc/html/tutorial1-10.html @@ -189,9 +189,9 @@ is 0, 0). force->setRange( 10, 50 );

We add a second LCDRange, which will be used to set the force. -

        connect( force, TQ_SIGNAL(valueChanged(int)),
+

        connect( force, TQ_SIGNAL(valueChanged(int)),
                  cannonField, TQ_SLOT(setForce(int)) );
-        connect( cannonField, TQ_SIGNAL(forceChanged(int)),
+        connect( cannonField, TQ_SIGNAL(forceChanged(int)),
                  force, TQ_SLOT(setValue(int)) );
 

We connect the force widget and the cannonField widget, just like -- cgit v1.2.3