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-overview-form1-main-cpp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/sql-overview-form1-main-cpp.html') diff --git a/doc/html/sql-overview-form1-main-cpp.html b/doc/html/sql-overview-form1-main-cpp.html index 16eca58b5..79ffabdd6 100644 --- a/doc/html/sql-overview-form1-main-cpp.html +++ b/doc/html/sql-overview-form1-main-cpp.html @@ -45,7 +45,7 @@ body { background: #ffffff; color: black; } #include <ntqapplication.h> #include <tqdialog.h> #include <tqlabel.h> -#include <ntqlayout.h> +#include <tqlayout.h> #include <tqlineedit.h> #include <tqsqldatabase.h> #include <tqsqlcursor.h> @@ -75,7 +75,7 @@ class FormDialog : public TQDialog 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