summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/checkbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/checkbox.cpp')
-rw-r--r--kommander/widgets/checkbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/checkbox.cpp b/kommander/widgets/checkbox.cpp
index 61ab0aff..f7fe20be 100644
--- a/kommander/widgets/checkbox.cpp
+++ b/kommander/widgets/checkbox.cpp
@@ -29,7 +29,7 @@
#include "checkbox.h"
CheckBox::CheckBox(TQWidget *a_parent, const char *a_name)
- : TQCheckBox(a_parent, a_name), KommanderWidget(TQT_TQOBJECT(this))
+ : TQCheckBox(a_parent, a_name), KommanderWidget(this)
{
TQStringList states;
states << "unchecked";