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 /src/tools | |
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 'src/tools')
-rw-r--r-- | src/tools/ntqwinexport.h | 2 | ||||
-rw-r--r-- | src/tools/qfeatures.txt | 2 | ||||
-rw-r--r-- | src/tools/qwinexport.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/ntqwinexport.h b/src/tools/ntqwinexport.h index a8f051d33..29d99a228 100644 --- a/src/tools/ntqwinexport.h +++ b/src/tools/ntqwinexport.h @@ -212,7 +212,7 @@ TQM_TEMPLATE_EXTERN_TABLE template class TQM_EXPORT_TABLE TQPtrVector<TQTableIte //Q_TEMPLATE_EXTERN template class TQ_EXPORT TQPtrVector<TQTable>; #endif -// qsqlextension template exports +// tqsqlextension template exports #if defined(Q_DEFINED_QSQLEXTENSION) && defined(Q_DEFINED_QMAP) && defined(Q_DEFINED_QVALUEVECTOR) && defined(Q_DEFINED_QSTRING) && !defined(Q_EXPORTED_QSQLEXTENSION_TEMPLATES) #define Q_EXPORTED_QSQLEXTENSION_TEMPLATES TQM_TEMPLATE_EXTERN_SQL template class TQM_EXPORT_SQL TQMap<TQString,TQSqlParam>; diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt index 1b57b79de..f8e5a069c 100644 --- a/src/tools/qfeatures.txt +++ b/src/tools/qfeatures.txt @@ -56,7 +56,7 @@ SeeAlso: ??? Feature: SQL_FORM Section: Database Requires: SQL PROPERTIES -Name: QSqlForm +Name: TQSqlForm SeeAlso: ??? Feature: SQL_EDIT_WIDGETS diff --git a/src/tools/qwinexport.cpp b/src/tools/qwinexport.cpp index 9fae544ac..8abccb8b8 100644 --- a/src/tools/qwinexport.cpp +++ b/src/tools/qwinexport.cpp @@ -10,8 +10,8 @@ #include <ntqsignalslotimp.h> #include <ntqwidget.h> #include <ntqhttp.h> -#include <private/qsqlextension_p.h> -#include <ntqsqlindex.h> +#include <private/tqsqlextension_p.h> +#include <tqsqlindex.h> #include <ntqtable.h> #include <ntqtable.h> #include <ntqtable.h> |