diff options
Diffstat (limited to 'doc/html/qlibrary-h.html')
-rw-r--r-- | doc/html/qlibrary-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qlibrary-h.html b/doc/html/qlibrary-h.html index 0820273fc..ef328a11e 100644 --- a/doc/html/qlibrary-h.html +++ b/doc/html/qlibrary-h.html @@ -110,7 +110,7 @@ private: uint aunload : 1; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQLibrary( const TQLibrary & ); TQLibrary &operator=( const TQLibrary & ); #endif |