summaryrefslogtreecommitdiffstats
path: root/src/tools/qwinexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qwinexport.h')
-rw-r--r--src/tools/qwinexport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qwinexport.h b/src/tools/qwinexport.h
index 4d9e5d4..f489e35 100644
--- a/src/tools/qwinexport.h
+++ b/src/tools/qwinexport.h
@@ -215,7 +215,7 @@ QM_TEMPLATE_EXTERN_TABLE template class QM_EXPORT_TABLE QPtrVector<QTableItem>;
// 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
-QM_TEMPLATE_EXTERN_SQL template class QM_EXPORT_SQL QMap<QString,QtParam>;
+QM_TEMPLATE_EXTERN_SQL template class QM_EXPORT_SQL QMap<QString,QSqlParam>;
QM_TEMPLATE_EXTERN_SQL template class QM_EXPORT_SQL QValueVector<Holder>;
#endif