summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqpaintdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqpaintdevice.h')
-rw-r--r--src/kernel/ntqpaintdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ntqpaintdevice.h b/src/kernel/ntqpaintdevice.h
index 771aff49..8b54afb4 100644
--- a/src/kernel/ntqpaintdevice.h
+++ b/src/kernel/ntqpaintdevice.h
@@ -284,7 +284,7 @@ private:
#endif
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQPaintDevice( const TQPaintDevice & );
TQPaintDevice &operator=( const TQPaintDevice & );
#endif