From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/tutorial1-07.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tutorial1-07.html') diff --git a/doc/html/tutorial1-07.html b/doc/html/tutorial1-07.html index 6f344a9b2..5d8fc4bec 100644 --- a/doc/html/tutorial1-07.html +++ b/doc/html/tutorial1-07.html @@ -61,7 +61,7 @@ header file.

ntqvbox.h is included. LCDRange inherits TQVBox, and the header file of a parent class must always be included. We cheated a bit in the -previous chapters, and we let ntqwidget.h be included indirectly via +previous chapters, and we let tqwidget.h be included indirectly via other header files such as ntqpushbutton.h.

    class TQSlider;
 
@@ -77,7 +77,7 @@ often speed up big compilations by a factor of two or more. { TQ_OBJECT public: - LCDRange( TQWidget *parent=0, const char *name=0 ); + LCDRange( TQWidget *parent=0, const char *name=0 );

Note the TQ_OBJECT. This macro must be included in all classes that contain signals and/or slots. If you are curious, it defines the -- cgit v1.2.3