diff options
author | Timothy Pearson <[email protected]> | 2012-10-20 20:01:48 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-10-20 20:01:48 -0500 |
commit | 7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch) | |
tree | 7ffddfefaf990c9a33ee6a0f317b9133dc58305c /doc/html/qbuttongroup-h.html | |
parent | edec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff) | |
download | tqt3-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.html | 6 |
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 ); |