diff options
Diffstat (limited to 'src/kernel/ntqpaintdevice.h')
-rw-r--r-- | src/kernel/ntqpaintdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ntqpaintdevice.h b/src/kernel/ntqpaintdevice.h index 771aff492..8b54afb4b 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 |