summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/listbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/listbox.cpp')
-rw-r--r--kommander/widgets/listbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/listbox.cpp b/kommander/widgets/listbox.cpp
index 5d067f9c..b1d465c6 100644
--- a/kommander/widgets/listbox.cpp
+++ b/kommander/widgets/listbox.cpp
@@ -30,7 +30,7 @@
#include "listbox.h"
ListBox::ListBox(TQWidget *a_parent, const char *a_name)
- : TDEListBox(a_parent, a_name), KommanderWidget(TQT_TQOBJECT(this))
+ : TDEListBox(a_parent, a_name), KommanderWidget(this)
{
TQStringList states;
states << "default";