summaryrefslogtreecommitdiffstats
path: root/src/sql/ntqsqldriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/ntqsqldriver.h')
-rw-r--r--src/sql/ntqsqldriver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/ntqsqldriver.h b/src/sql/ntqsqldriver.h
index 09c74b249..5e5c625ed 100644
--- a/src/sql/ntqsqldriver.h
+++ b/src/sql/ntqsqldriver.h
@@ -59,7 +59,7 @@
#define TQM_EXPORT_SQL Q_EXPORT
#endif
-#ifndef QT_NO_SQL
+#ifndef TQT_NO_SQL
class TQSqlDriverExtension;
@@ -122,5 +122,5 @@ private:
#endif
};
-#endif // QT_NO_SQL
+#endif // TQT_NO_SQL
#endif