summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/subdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/subdialog.cpp')
-rw-r--r--kommander/widgets/subdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/subdialog.cpp b/kommander/widgets/subdialog.cpp
index 47e4ec69..292ac541 100644
--- a/kommander/widgets/subdialog.cpp
+++ b/kommander/widgets/subdialog.cpp
@@ -32,7 +32,7 @@
#include "subdialog.h"
SubDialog::SubDialog(TQWidget *a_parent, const char *a_name)
- : TQPushButton(a_parent, a_name), KommanderWidget(TQT_TQOBJECT(this)), m_dialog(0)
+ : TQPushButton(a_parent, a_name), KommanderWidget(this), m_dialog(0)
{
TQStringList states;
states << "default";