summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/combobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/combobox.cpp')
-rw-r--r--kommander/widgets/combobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/combobox.cpp b/kommander/widgets/combobox.cpp
index 6ebb9c17..e347cdbe 100644
--- a/kommander/widgets/combobox.cpp
+++ b/kommander/widgets/combobox.cpp
@@ -37,7 +37,7 @@ enum Functions {
ComboBox::ComboBox(TQWidget *a_parent, const char *a_name)
- : KComboBox(a_parent, a_name), KommanderWidget(TQT_TQOBJECT(this))
+ : KComboBox(a_parent, a_name), KommanderWidget(this)
{
TQStringList states;
states << "default";