summaryrefslogtreecommitdiffstats
path: root/doc/html/qbuttongroup-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qbuttongroup-h.html')
-rw-r--r--doc/html/qbuttongroup-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qbuttongroup-h.html b/doc/html/qbuttongroup-h.html
index 1f7e0c5c..3d3702d5 100644
--- a/doc/html/qbuttongroup-h.html
+++ b/doc/html/qbuttongroup-h.html
@@ -90,7 +90,7 @@ class TQButtonList;
class Q_EXPORT TQButtonGroup : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
Q_PROPERTY( bool exclusive READ isExclusive WRITE setExclusive )
Q_PROPERTY( bool radioButtonExclusive READ isRadioButtonExclusive WRITE setRadioButtonExclusive )
Q_PROPERTY( int selectedId READ selectedId WRITE setButton )
@@ -145,7 +145,7 @@ private:
TQButtonList *buttons;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQButtonGroup( const TQButtonGroup & );
TQButtonGroup &operator=( const TQButtonGroup & );
#endif