diff options
Diffstat (limited to 'doc/html/qpainter-h.html')
-rw-r--r-- | doc/html/qpainter-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qpainter-h.html b/doc/html/qpainter-h.html index cb642b7a5..58e4dfd00 100644 --- a/doc/html/qpainter-h.html +++ b/doc/html/qpainter-h.html @@ -463,7 +463,7 @@ protected: friend class TQPrinter; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQPainter( const TQPainter & ); TQPainter &operator=( const TQPainter & ); #endif |