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/main.cpp | |
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/main.cpp')
-rw-r--r-- | examples/demo/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ntqwidgetstack.h> #if defined(TQT_MODULE_SQL) -#include <ntqsqldatabase.h> +#include <tqsqldatabase.h> #include "sql/sqlex.h" #endif |