diff options
Diffstat (limited to 'src/sql/ntqsqlselectcursor.h')
-rw-r--r-- | src/sql/ntqsqlselectcursor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/ntqsqlselectcursor.h b/src/sql/ntqsqlselectcursor.h index f3065634b..7168dbefd 100644 --- a/src/sql/ntqsqlselectcursor.h +++ b/src/sql/ntqsqlselectcursor.h @@ -51,7 +51,7 @@ #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlSelectCursorPrivate; @@ -100,5 +100,5 @@ private: TQSqlSelectCursorPrivate * d; }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif // TQSQLSELECTCURSOR_H |