summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/widgets/tqcheckbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/widgets/tqcheckbox.h')
-rw-r--r--experimental/tqtinterface/qt4/src/widgets/tqcheckbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/widgets/tqcheckbox.h b/experimental/tqtinterface/qt4/src/widgets/tqcheckbox.h
index 3f0e21bc0..66f0cbb98 100644
--- a/experimental/tqtinterface/qt4/src/widgets/tqcheckbox.h
+++ b/experimental/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;