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 --- examples/demo/main.cpp | 2 +- examples/demo/sql/connect.ui.h | 2 +- examples/demo/sql/sqlex.ui.h | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'examples/demo') diff --git a/examples/demo/main.cpp b/examples/demo/main.cpp index d2d86ec3e..f1518c460 100644 --- a/examples/demo/main.cpp +++ b/examples/demo/main.cpp @@ -46,7 +46,7 @@ #include #if defined(TQT_MODULE_SQL) -#include +#include #include "sql/sqlex.h" #endif diff --git a/examples/demo/sql/connect.ui.h b/examples/demo/sql/connect.ui.h index a56a1b201..b6a3d21fd 100644 --- a/examples/demo/sql/connect.ui.h +++ b/examples/demo/sql/connect.ui.h @@ -6,7 +6,7 @@ ** a constructor, and a destroy() slot in place of a destructor. *****************************************************************************/ -#include +#include void ConnectDialog::init() { diff --git a/examples/demo/sql/sqlex.ui.h b/examples/demo/sql/sqlex.ui.h index aa97dfe47..870efb40e 100644 --- a/examples/demo/sql/sqlex.ui.h +++ b/examples/demo/sql/sqlex.ui.h @@ -5,16 +5,16 @@ ** update this file, preserving your code. Create an init() slot in place of ** a constructor, and a destroy() slot in place of a destructor. *****************************************************************************/ -#include +#include #include -#include +#include #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include "connect.h" static void showError( const TQSqlError& err, TQWidget* parent = 0 ) -- cgit v1.2.1