summaryrefslogtreecommitdiffstats
path: root/kandy/src/commandscheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/commandscheduler.cpp')
-rw-r--r--kandy/src/commandscheduler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kandy/src/commandscheduler.cpp b/kandy/src/commandscheduler.cpp
index 3a1001ed..07658214 100644
--- a/kandy/src/commandscheduler.cpp
+++ b/kandy/src/commandscheduler.cpp
@@ -30,9 +30,9 @@
#include "commandscheduler.h"
#include "commandscheduler.moc"
-CommandScheduler::CommandScheduler(Modem *modem,TQObject *tqparent,
+CommandScheduler::CommandScheduler(Modem *modem,TQObject *parent,
const char *name) :
- TQObject(tqparent,name),
+ TQObject(parent,name),
mModem(modem)
{
connect(mModem,TQT_SIGNAL(gotLine(const char *)),