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