summaryrefslogtreecommitdiffstats
path: root/doc/html/qlibrary-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qlibrary-h.html')
-rw-r--r--doc/html/qlibrary-h.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qlibrary-h.html b/doc/html/qlibrary-h.html
index 0820273f..ef328a11 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