summaryrefslogtreecommitdiffstats
path: root/src/sql/ntqsqlcursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/ntqsqlcursor.h')
-rw-r--r--src/sql/ntqsqlcursor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/ntqsqlcursor.h b/src/sql/ntqsqlcursor.h
index f04f53d08..9541fe7b1 100644
--- a/src/sql/ntqsqlcursor.h
+++ b/src/sql/ntqsqlcursor.h
@@ -54,7 +54,7 @@
#define TQM_EXPORT_SQL Q_EXPORT
#endif
-#ifndef QT_NO_SQL
+#ifndef TQT_NO_SQL
class TQSqlDatabase;
class TQSqlCursorPrivate;
@@ -156,5 +156,5 @@ private:
-#endif // QT_NO_SQL
+#endif // TQT_NO_SQL
#endif