summaryrefslogtreecommitdiffstats
path: root/src/sql/ntqsqlerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/ntqsqlerror.h')
-rw-r--r--src/sql/ntqsqlerror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/ntqsqlerror.h b/src/sql/ntqsqlerror.h
index ca4c6cae6..7fb816614 100644
--- a/src/sql/ntqsqlerror.h
+++ b/src/sql/ntqsqlerror.h
@@ -51,7 +51,7 @@
#define TQM_EXPORT_SQL Q_EXPORT
#endif
-#ifndef QT_NO_SQL
+#ifndef TQT_NO_SQL
class TQM_EXPORT_SQL TQSqlError
{
@@ -89,5 +89,5 @@ private:
int errorNumber;
};
-#endif // QT_NO_SQL
+#endif // TQT_NO_SQL
#endif