diff options
Diffstat (limited to 'doc/html/qwidget-h.html')
-rw-r--r-- | doc/html/qwidget-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qwidget-h.html b/doc/html/qwidget-h.html index aaab7af3..a4a092cf 100644 --- a/doc/html/qwidget-h.html +++ b/doc/html/qwidget-h.html @@ -98,7 +98,7 @@ class TQStyle; class Q_EXPORT TQWidget : public TQObject, public TQPaintDevice { - Q_OBJECT + TQ_OBJECT Q_ENUMS( BackgroundMode FocusPolicy BackgroundOrigin ) Q_PROPERTY( bool isTopLevel READ isTopLevel ) Q_PROPERTY( bool isDialog READ isDialog ) @@ -731,7 +731,7 @@ private: friend class TQLayout; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQWidget( const TQWidget & ); TQWidget &operator=( const TQWidget & ); #endif |