summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-11-01 22:07:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-11-01 22:07:23 +0900
commit7c9a149f4ce92375b22e16ccfe0b348fc8547f20 (patch)
tree8898a5439d67dc78f6f4ea3379dd96cee9466b19 /src/tools
parent7f4d09f20062c6b26342f91d5cec5d859c58d662 (diff)
downloadtqt3-7c9a149f4ce92375b22e16ccfe0b348fc8547f20.tar.gz
tqt3-7c9a149f4ce92375b22e16ccfe0b348fc8547f20.zip
Fixed FTBFS caused by name conflict with new postgres server dev 11 package.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 0936ade6..504a6879 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,Param>;
+TQM_TEMPLATE_EXTERN_SQL template class TQM_EXPORT_SQL TQMap<TQString,TQtParam>;
TQM_TEMPLATE_EXTERN_SQL template class TQM_EXPORT_SQL TQValueVector<Holder>;
#endif