diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqcheckbox.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqcheckbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqcheckbox.h b/tqtinterface/qt4/src/widgets/tqcheckbox.h index 3f0e21b..66f0cbb 100644 --- a/tqtinterface/qt4/src/widgets/tqcheckbox.h +++ b/tqtinterface/qt4/src/widgets/tqcheckbox.h @@ -56,8 +56,8 @@ class TQ_EXPORT TQCheckBox : public TQButton TQ_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true ) public: - TQCheckBox( TQWidget *tqparent, const char* name=0 ); - TQCheckBox( const TQString &text, TQWidget *tqparent, const char* name=0 ); + TQCheckBox( TQWidget *parent, const char* name=0 ); + TQCheckBox( const TQString &text, TQWidget *parent, const char* name=0 ); bool isChecked() const; |