diff options
Diffstat (limited to 'src/sql/ntqsqlform.h')
-rw-r--r-- | src/sql/ntqsqlform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/ntqsqlform.h b/src/sql/ntqsqlform.h index 2c050c96c..c39382449 100644 --- a/src/sql/ntqsqlform.h +++ b/src/sql/ntqsqlform.h @@ -52,7 +52,7 @@ #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL_FORM +#ifndef TQT_NO_SQL_FORM class TQSqlField; class TQSqlRecord; @@ -104,5 +104,5 @@ private: #endif }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif // TQSQLFORM_H |