From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic 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 1385646c1..09ad736be 100644 --- a/doc/html/tutorial1-11.html +++ b/doc/html/tutorial1-11.html @@ -215,7 +215,7 @@ integer. };

The only addition is the Shoot button. -

        TQPushButton *shoot = new TQPushButton( "&Shoot", this, "shoot" );
+

        TQPushButton *shoot = new TQPushButton( "&Shoot", this, "shoot" );
         shoot->setFont( TQFont( "Times", 18, TQFont::Bold ) );
 

In the constructor we create and set up the Shoot button exactly like we -- cgit v1.2.3