summaryrefslogtreecommitdiffstats
path: root/doc/html/qbuffer-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qbuffer-h.html')
-rw-r--r--doc/html/qbuffer-h.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qbuffer-h.html b/doc/html/qbuffer-h.html
index fca0dca9..4b4e9f6f 100644
--- a/doc/html/qbuffer-h.html
+++ b/doc/html/qbuffer-h.html
@@ -119,7 +119,7 @@ private:
uint a_inc;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQBuffer( const TQBuffer & );
TQBuffer &operator=( const TQBuffer & );
#endif