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/t14-gamebrd-cpp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/t14-gamebrd-cpp.html') diff --git a/doc/html/t14-gamebrd-cpp.html b/doc/html/t14-gamebrd-cpp.html index 9934c0ac8..9ebd6d3ae 100644 --- a/doc/html/t14-gamebrd-cpp.html +++ b/doc/html/t14-gamebrd-cpp.html @@ -42,7 +42,7 @@ body { background: #ffffff; color: black; } #include <tqfont.h> #include <ntqapplication.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqaccel.h> #include <ntqpushbutton.h> #include <ntqlcdnumber.h> @@ -102,9 +102,9 @@ body { background: #ffffff; color: black; } hits = new TQLCDNumber( 2, this, "hits" ); shotsLeft = new TQLCDNumber( 2, this, "shotsleft" ); - TQLabel *hitsL = new TQLabel( "HITS", this, "hitsLabel" ); + TQLabel *hitsL = new TQLabel( "HITS", this, "hitsLabel" ); TQLabel *shotsLeftL - = new TQLabel( "SHOTS LEFT", this, "shotsleftLabel" ); + = new TQLabel( "SHOTS LEFT", this, "shotsleftLabel" ); TQAccel *accel = new TQAccel( this ); accel->connectItem( accel->insertItem( Key_Enter ), -- cgit v1.2.3