summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqcheckbox.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:01:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:01:48 -0500
commit7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch)
tree7ffddfefaf990c9a33ee6a0f317b9133dc58305c /src/widgets/ntqcheckbox.h
parentedec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff)
downloadtqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz
tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip
Automated update from Qt3
Diffstat (limited to 'src/widgets/ntqcheckbox.h')
-rw-r--r--src/widgets/ntqcheckbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/ntqcheckbox.h b/src/widgets/ntqcheckbox.h
index e5110776..a62a0d1b 100644
--- a/src/widgets/ntqcheckbox.h
+++ b/src/widgets/ntqcheckbox.h
@@ -50,9 +50,9 @@
class Q_EXPORT TQCheckBox : public TQButton
{
TQ_OBJECT
- Q_PROPERTY( bool checked READ isChecked WRITE setChecked )
- Q_PROPERTY( bool tristate READ isTristate WRITE setTristate )
- Q_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true )
+ TQ_PROPERTY( bool checked READ isChecked WRITE setChecked )
+ TQ_PROPERTY( bool tristate READ isTristate WRITE setTristate )
+ TQ_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true )
public:
TQCheckBox( TQWidget *parent, const char* name=0 );