summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/TristateCheckBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/TristateCheckBox.h')
-rw-r--r--src/gui/widgets/TristateCheckBox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/TristateCheckBox.h b/src/gui/widgets/TristateCheckBox.h
index 4d8f318..ab38db7 100644
--- a/src/gui/widgets/TristateCheckBox.h
+++ b/src/gui/widgets/TristateCheckBox.h
@@ -47,8 +47,8 @@ class TristateCheckBox : public TQCheckBox
Q_OBJECT
TQ_OBJECT
public:
- TristateCheckBox(TQWidget *tqparent=0,
- const char *name=0):TQCheckBox(tqparent, name)
+ TristateCheckBox(TQWidget *parent=0,
+ const char *name=0):TQCheckBox(parent, name)
{ setTristate(true) ;}
virtual ~TristateCheckBox();