summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-11-01 22:46:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-11-01 22:49:13 +0900
commit959ee5c58899a2ab20c5632711d0f555270ed95e (patch)
tree403b1a5ada429fed1f131b582ca2a11a47302f66 /src/tools
parent86f493cd128cce79860200ab94cc30cf74a68b25 (diff)
downloadtqt3-959ee5c58899a2ab20c5632711d0f555270ed95e.tar.gz
tqt3-959ee5c58899a2ab20c5632711d0f555270ed95e.zip
Improved class name used in previous commit. Suggestion comes from
Slavek :-) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9226c02de91e8f4c50552186fe696d82771f70fa)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/ntqwinexport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ntqwinexport.h b/src/tools/ntqwinexport.h
index 504a68799..c3fc2146f 100644
--- a/src/tools/ntqwinexport.h
+++ b/src/tools/ntqwinexport.h
@@ -215,7 +215,7 @@ TQM_TEMPLATE_EXTERN_TABLE template class TQM_EXPORT_TABLE TQPtrVector<TQTableIte
// qsqlextension 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,TQtParam>;
+TQM_TEMPLATE_EXTERN_SQL template class TQM_EXPORT_SQL TQMap<TQString,TQSqlParam>;
TQM_TEMPLATE_EXTERN_SQL template class TQM_EXPORT_SQL TQValueVector<Holder>;
#endif