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/sql.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/sql.html') diff --git a/doc/html/sql.html b/doc/html/sql.html index 796815872..50554dfa9 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -1026,7 +1026,7 @@ the code below can be automatically generated by
    #include <ntqapplication.h>
     #include <tqdialog.h>
     #include <tqlabel.h>
-    #include <ntqlayout.h>
+    #include <tqlayout.h>
     #include <tqlineedit.h>
     #include <tqsqldatabase.h>
     #include <tqsqlcursor.h>
@@ -1055,7 +1055,7 @@ the code below can be automatically generated by 
         grid->addWidget( surnameDisplay,    1, 1 );
         grid->addWidget( salaryLabel,       2, 0 );
         grid->addWidget( salaryEdit,        2, 1 );
-        grid->activate();
+        grid->activate();
 
         TQSqlCursor staffCursor( "staff" );
         staffCursor.select();
-- 
cgit v1.2.3