summaryrefslogtreecommitdiffstats
path: root/kommander/widget/kmdrmainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widget/kmdrmainwindow.cpp')
-rw-r--r--kommander/widget/kmdrmainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/widget/kmdrmainwindow.cpp b/kommander/widget/kmdrmainwindow.cpp
index 603c1326..e123a035 100644
--- a/kommander/widget/kmdrmainwindow.cpp
+++ b/kommander/widget/kmdrmainwindow.cpp
@@ -13,8 +13,8 @@
#include <tqtimer.h>
-KmdrMainWindow::KmdrMainWindow(TQWidget *tqparent, const char *name, WFlags f)
- : KMainWindow(tqparent, name, f)
+KmdrMainWindow::KmdrMainWindow(TQWidget *parent, const char *name, WFlags f)
+ : KMainWindow(parent, name, f)
{
TQTimer::singleShot(10, this, TQT_SIGNAL(initialize()));
}