diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-28 10:17:01 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-28 10:17:01 +0900 |
commit | 5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch) | |
tree | fa17e10b048e8e13433b861cbe98cf895b2324c7 /examples/demo/sql | |
parent | 04913ce7a46fd027856e83a96205fdc388742a19 (diff) | |
download | tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.tar.gz tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.zip |
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/demo/sql')
-rw-r--r-- | examples/demo/sql/connect.ui.h | 2 | ||||
-rw-r--r-- | examples/demo/sql/sqlex.ui.h | 12 |
2 files changed, 7 insertions, 7 deletions
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 <ntqsqldatabase.h> +#include <tqsqldatabase.h> 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 <ntqsqldriver.h> +#include <tqsqldriver.h> #include <ntqmessagebox.h> -#include <ntqsqldatabase.h> +#include <tqsqldatabase.h> #include <ntqlineedit.h> #include <ntqcombobox.h> #include <ntqspinbox.h> -#include <ntqsqlerror.h> -#include <ntqsqlcursor.h> -#include <ntqsqlselectcursor.h> -#include <ntqdatatable.h> +#include <tqsqlerror.h> +#include <tqsqlcursor.h> +#include <tqsqlselectcursor.h> +#include <tqdatatable.h> #include "connect.h" static void showError( const TQSqlError& err, TQWidget* parent = 0 ) |