From 42957a3f812a1db64a9ae452baa2d3fbc35f2466 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 12 Aug 2024 22:02:11 +0900 Subject: Rename more widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tutorial1-11.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tutorial1-11.html') diff --git a/doc/html/tutorial1-11.html b/doc/html/tutorial1-11.html index 09ad736be..678762118 100644 --- a/doc/html/tutorial1-11.html +++ b/doc/html/tutorial1-11.html @@ -221,7 +221,7 @@ integer.

In the constructor we create and set up the Shoot button exactly like we did with the Quit button. Note that the first argument to the constructor is the button text, and the third is the widget's name. -

        connect( shoot, TQ_SIGNAL(clicked()), cannonField, TQ_SLOT(shoot()) );
+

        connect( shoot, TQ_SIGNAL(clicked()), cannonField, TQ_SLOT(shoot()) );
 

Connects the clicked() signal of the Shoot button to the shoot() slot of the CannonField. -- cgit v1.2.1