From 5fffa30386502b5423e45c2ed5e6af756b11c7b4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 28 May 2024 10:17:01 +0900 Subject: Rename nt* sql related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/sql-overview-form2-main-h.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/sql-overview-form2-main-h.html') diff --git a/doc/html/sql-overview-form2-main-h.html b/doc/html/sql-overview-form2-main-h.html index a1eead4a8..15dcdfb64 100644 --- a/doc/html/sql-overview-form2-main-h.html +++ b/doc/html/sql-overview-form2-main-h.html @@ -48,9 +48,9 @@ body { background: #ffffff; color: black; } #include <ntqlayout.h> #include <ntqlineedit.h> #include <ntqpushbutton.h> -#include <ntqsqldatabase.h> -#include <ntqsqlcursor.h> -#include <ntqsqlform.h> +#include <tqsqldatabase.h> +#include <tqsqlcursor.h> +#include <tqsqlform.h> #include "../connection.h" class FormDialog : public TQDialog @@ -62,9 +62,9 @@ class FormDialog : public TQDialog public slots: void save(); private: - TQSqlCursor staffCursor; - TQSqlForm *sqlForm; - TQSqlIndex idIndex; + TQSqlCursor staffCursor; + TQSqlForm *sqlForm; + TQSqlIndex idIndex; };


-- cgit v1.2.1