summaryrefslogtreecommitdiffstats
path: root/doc/html/qbuttongroup-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-10-20 20:01:48 -0500
committerTimothy Pearson <[email protected]>2012-10-20 20:01:48 -0500
commit7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch)
tree7ffddfefaf990c9a33ee6a0f317b9133dc58305c /doc/html/qbuttongroup-h.html
parentedec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff)
downloadtqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz
tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/qbuttongroup-h.html')
-rw-r--r--doc/html/qbuttongroup-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qbuttongroup-h.html b/doc/html/qbuttongroup-h.html
index 3d3702d50..007a33d16 100644
--- a/doc/html/qbuttongroup-h.html
+++ b/doc/html/qbuttongroup-h.html
@@ -91,9 +91,9 @@ class TQButtonList;
class Q_EXPORT TQButtonGroup : public TQGroupBox
{
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 )
+ TQ_PROPERTY( bool exclusive READ isExclusive WRITE setExclusive )
+ TQ_PROPERTY( bool radioButtonExclusive READ isRadioButtonExclusive WRITE setRadioButtonExclusive )
+ TQ_PROPERTY( int selectedId READ selectedId WRITE setButton )
public:
TQButtonGroup( TQWidget* parent=0, const char* name=0 );