summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/timer.cpp')
-rw-r--r--kommander/widgets/timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/timer.cpp b/kommander/widgets/timer.cpp
index 5a7251f1..2bc934b0 100644
--- a/kommander/widgets/timer.cpp
+++ b/kommander/widgets/timer.cpp
@@ -38,7 +38,7 @@ enum Functions {
};
Timer::Timer(TQWidget *a_parent, const char *a_name)
- : TQLabel(a_parent, a_name), KommanderWidget(this)
+ : TQLabel(a_parent, a_name), KommanderWidget(TQT_TQOBJECT(this))
{
TQStringList states;
states << "default";