summaryrefslogtreecommitdiffstats
path: root/src/sql/ntqsqlpropertymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/ntqsqlpropertymap.h')
-rw-r--r--src/sql/ntqsqlpropertymap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/ntqsqlpropertymap.h b/src/sql/ntqsqlpropertymap.h
index 57920009b..93c30cb5c 100644
--- a/src/sql/ntqsqlpropertymap.h
+++ b/src/sql/ntqsqlpropertymap.h
@@ -66,7 +66,7 @@ public:
static void installDefaultMap( TQSqlPropertyMap * map );
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQSqlPropertyMap( const TQSqlPropertyMap & );
TQSqlPropertyMap &operator=( const TQSqlPropertyMap & );
#endif