From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tutorial1-07.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tutorial1-07.html') diff --git a/doc/html/tutorial1-07.html b/doc/html/tutorial1-07.html index 0de193aeb..69002881e 100644 --- a/doc/html/tutorial1-07.html +++ b/doc/html/tutorial1-07.html @@ -57,9 +57,9 @@ Chapter 6; only the changes are noted here. happens to be included more than once. If you don't use it already, it is a very good habit to develop. The #ifndef should enclose all of the header file. -

    #include <ntqvbox.h>
+

    #include <tqvbox.h>
 
-

ntqvbox.h is included. LCDRange inherits TQVBox, and the header file +

tqvbox.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 tqwidget.h be included indirectly via other header files such as tqpushbutton.h. @@ -73,7 +73,7 @@ file.

This makes the compilation of big projects much faster, because when a header file has changed, fewer files need to be recompiled. It can often speed up big compilations by a factor of two or more. -

    class LCDRange : public TQVBox
+

    class LCDRange : public TQVBox
     {
         TQ_OBJECT
     public:
-- 
cgit v1.2.3