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 /src/sql/drivers/psql | |
parent | 04913ce7a46fd027856e83a96205fdc388742a19 (diff) | |
download | tqt-5fffa303.tar.gz tqt-5fffa303.zip |
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/sql/drivers/psql')
-rw-r--r-- | src/sql/drivers/psql/tqsql_psql.cpp (renamed from src/sql/drivers/psql/qsql_psql.cpp) | 6 | ||||
-rw-r--r-- | src/sql/drivers/psql/tqsql_psql.h (renamed from src/sql/drivers/psql/qsql_psql.h) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/sql/drivers/psql/qsql_psql.cpp b/src/sql/drivers/psql/tqsql_psql.cpp index 7a12fe8c6..1ea64fb75 100644 --- a/src/sql/drivers/psql/qsql_psql.cpp +++ b/src/sql/drivers/psql/tqsql_psql.cpp @@ -38,13 +38,13 @@ ** **********************************************************************/ -#include "qsql_psql.h" -#include <private/qsqlextension_p.h> +#include "tqsql_psql.h" +#include <private/tqsqlextension_p.h> #include <math.h> #include <ntqpointarray.h> -#include <ntqsqlrecord.h> +#include <tqsqlrecord.h> #include <ntqregexp.h> #include <ntqdatetime.h> // PostgreSQL header <utils/elog.h> included by <postgres.h> redefines DEBUG. diff --git a/src/sql/drivers/psql/qsql_psql.h b/src/sql/drivers/psql/tqsql_psql.h index 841ff568d..61f30a581 100644 --- a/src/sql/drivers/psql/qsql_psql.h +++ b/src/sql/drivers/psql/tqsql_psql.h @@ -41,9 +41,9 @@ #ifndef TQSQL_PSQL_H #define TQSQL_PSQL_H -#include <ntqsqlresult.h> -#include <ntqsqlfield.h> -#include <ntqsqldriver.h> +#include <tqsqlresult.h> +#include <tqsqlfield.h> +#include <tqsqldriver.h> #include <libpq-fe.h> #ifdef QT_PLUGIN |