diff options
Diffstat (limited to 'qtinterface/tqsqlform.h')
-rw-r--r-- | qtinterface/tqsqlform.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqsqlform.h b/qtinterface/tqsqlform.h index 1ead663..43e11dd 100644 --- a/qtinterface/tqsqlform.h +++ b/qtinterface/tqsqlform.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QSqlForm class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qsqlform.h> +#include <Qt/q3sqlform.h> + +#define QSqlForm Q3SqlForm #endif // USE_QT4 |