summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqcheckbox.h
diff options
context:
space:
mode:
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 );