diff options
Diffstat (limited to 'doc/html/qsemaphore-h.html')
-rw-r--r-- | doc/html/qsemaphore-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qsemaphore-h.html b/doc/html/qsemaphore-h.html index 88d9014cf..b92e7cd3e 100644 --- a/doc/html/qsemaphore-h.html +++ b/doc/html/qsemaphore-h.html @@ -106,7 +106,7 @@ public: private: TQSemaphorePrivate *d; -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQSemaphore(const TQSemaphore &); TQSemaphore &operator=(const TQSemaphore &); #endif |