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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/widget/kmdrmainwindow.cpp b/kommander/widget/kmdrmainwindow.cpp
index cfe79d0c..e123a035 100644
--- a/kommander/widget/kmdrmainwindow.cpp
+++ b/kommander/widget/kmdrmainwindow.cpp
@@ -11,12 +11,12 @@
//
#include "kmdrmainwindow.h"
-#include <qtimer.h>
+#include <tqtimer.h>
-KmdrMainWindow::KmdrMainWindow(QWidget *parent, const char *name, WFlags f)
+KmdrMainWindow::KmdrMainWindow(TQWidget *parent, const char *name, WFlags f)
: KMainWindow(parent, name, f)
{
- QTimer::singleShot(10, this, SIGNAL(initialize()));
+ TQTimer::singleShot(10, this, TQT_SIGNAL(initialize()));
}