summaryrefslogtreecommitdiffstats
path: root/k9devices/k9dbusdispatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9devices/k9dbusdispatch.cpp')
-rw-r--r--k9devices/k9dbusdispatch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/k9devices/k9dbusdispatch.cpp b/k9devices/k9dbusdispatch.cpp
index 32f8df8..9c148fe 100644
--- a/k9devices/k9dbusdispatch.cpp
+++ b/k9devices/k9dbusdispatch.cpp
@@ -205,8 +205,8 @@ void K9DBusDispatch::dispatch()
}
}
-K9DBusDispatch::K9DBusDispatch(TQObject *tqparent, const char *name)
- : TQObject(tqparent, name)
+K9DBusDispatch::K9DBusDispatch(TQObject *parent, const char *name)
+ : TQObject(parent, name)
{
m_dispatcher = new TQTimer(this);
TQObject::connect(m_dispatcher, TQT_SIGNAL(timeout()), this, TQT_SLOT(dispatch()));