From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- doc/html/qgroupbox-h.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qgroupbox-h.html') 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 -- cgit v1.2.1