summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/wizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/wizard.cpp')
-rw-r--r--kommander/widgets/wizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/wizard.cpp b/kommander/widgets/wizard.cpp
index 797ed009..fd2c0703 100644
--- a/kommander/widgets/wizard.cpp
+++ b/kommander/widgets/wizard.cpp
@@ -32,7 +32,7 @@
Wizard::Wizard(TQWidget *a_parent, const char *a_name, bool a_modal, int a_flags)
- : TQWizard(a_parent, a_name, a_modal, a_flags), KommanderWidget(TQT_TQOBJECT(this))
+ : TQWizard(a_parent, a_name, a_modal, a_flags), KommanderWidget(this)
{
TQStringList states;
states << "default";