summaryrefslogtreecommitdiffstats
path: root/doc/html/qdockwindow-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdockwindow-h.html')
-rw-r--r--doc/html/qdockwindow-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qdockwindow-h.html b/doc/html/qdockwindow-h.html
index d72de1c1..4515721d 100644
--- a/doc/html/qdockwindow-h.html
+++ b/doc/html/qdockwindow-h.html
@@ -100,7 +100,7 @@ class TQWindowsXPStyle;
class Q_EXPORT TQDockWindow : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
Q_ENUMS( CloseMode Place )
Q_PROPERTY( int closeMode READ closeMode WRITE setCloseMode ) //### this shouldn't be of type int?!
Q_PROPERTY( bool resizeEnabled READ isResizeEnabled WRITE setResizeEnabled )
@@ -255,7 +255,7 @@ private:
TQDockWindowPrivate *d;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQDockWindow( const TQDockWindow & );
TQDockWindow& operator=( const TQDockWindow & );
#endif