diff options
Diffstat (limited to 'doc/html/qpaintdevice-h.html')
-rw-r--r-- | doc/html/qpaintdevice-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qpaintdevice-h.html b/doc/html/qpaintdevice-h.html index 5acf3a69a..34c17d628 100644 --- a/doc/html/qpaintdevice-h.html +++ b/doc/html/qpaintdevice-h.html @@ -320,7 +320,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 |