diff options
author | Michele Calgaro <[email protected]> | 2024-05-28 10:17:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-28 10:17:01 +0900 |
commit | 5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch) | |
tree | fa17e10b048e8e13433b861cbe98cf895b2324c7 /examples/sql/overview/form2 | |
parent | 04913ce7a46fd027856e83a96205fdc388742a19 (diff) | |
download | tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.tar.gz tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.zip |
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/sql/overview/form2')
-rw-r--r-- | examples/sql/overview/form2/main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sql/overview/form2/main.h b/examples/sql/overview/form2/main.h index c3d251e6b..c626d588b 100644 --- a/examples/sql/overview/form2/main.h +++ b/examples/sql/overview/form2/main.h @@ -13,9 +13,9 @@ #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 |