diff options
Diffstat (limited to 'doc/html/qhbuttongroup-h.html')
-rw-r--r-- | doc/html/qhbuttongroup-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qhbuttongroup-h.html b/doc/html/qhbuttongroup-h.html index fe10b65f..75771fc0 100644 --- a/doc/html/qhbuttongroup-h.html +++ b/doc/html/qhbuttongroup-h.html @@ -85,14 +85,14 @@ body { background: #ffffff; color: black; } class Q_EXPORT TQHButtonGroup : public TQButtonGroup { - Q_OBJECT + TQ_OBJECT public: TQHButtonGroup( TQWidget* parent=0, const char* name=0 ); TQHButtonGroup( const TQString &title, TQWidget* parent=0, const char* name=0 ); ~TQHButtonGroup(); private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQHButtonGroup( const TQHButtonGroup & ); TQHButtonGroup &operator=( const TQHButtonGroup & ); #endif |