diff options
Diffstat (limited to 'src/sql/drivers/psql/qsql_psql.cpp')
-rw-r--r-- | src/sql/drivers/psql/qsql_psql.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sql/drivers/psql/qsql_psql.cpp b/src/sql/drivers/psql/qsql_psql.cpp index 788a69358..b039a2474 100644 --- a/src/sql/drivers/psql/qsql_psql.cpp +++ b/src/sql/drivers/psql/qsql_psql.cpp @@ -43,10 +43,10 @@ #include <math.h> -#include <qpointarray.h> -#include <qsqlrecord.h> -#include <qregexp.h> -#include <qdatetime.h> +#include <ntqpointarray.h> +#include <ntqsqlrecord.h> +#include <ntqregexp.h> +#include <ntqdatetime.h> // PostgreSQL header <utils/elog.h> included by <postgres.h> redefines DEBUG. #if defined(DEBUG) # undef DEBUG |