diff options
Diffstat (limited to 'doc/html/qgroupbox-h.html')
-rw-r--r-- | doc/html/qgroupbox-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qgroupbox-h.html b/doc/html/qgroupbox-h.html index 6598f86bd..ad8c3c2a4 100644 --- a/doc/html/qgroupbox-h.html +++ b/doc/html/qgroupbox-h.html @@ -92,7 +92,7 @@ class TQSpacerItem; class Q_EXPORT TQGroupBox : public TQFrame { - Q_OBJECT + TQ_OBJECT Q_PROPERTY( TQString title READ title WRITE setTitle ) Q_PROPERTY( Alignment alignment READ alignment WRITE setAlignment ) Q_PROPERTY( Orientation orientation READ orientation WRITE setOrientation DESIGNABLE false ) @@ -189,7 +189,7 @@ private: int spac, marg; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQGroupBox( const TQGroupBox & ); TQGroupBox &operator=( const TQGroupBox & ); #endif |