summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqconnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqconnection.h')
-rw-r--r--src/kernel/ntqconnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ntqconnection.h b/src/kernel/ntqconnection.h
index db562210e..e505fcd7b 100644
--- a/src/kernel/ntqconnection.h
+++ b/src/kernel/ntqconnection.h
@@ -67,7 +67,7 @@ private:
int nargs;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQConnection( const TQConnection & );
TQConnection &operator=( const TQConnection & );
#endif