diff options
Diffstat (limited to 'tqdbusintegrator.cpp')
-rw-r--r-- | tqdbusintegrator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqdbusintegrator.cpp b/tqdbusintegrator.cpp index 6083805..eba7498 100644 --- a/tqdbusintegrator.cpp +++ b/tqdbusintegrator.cpp @@ -271,8 +271,8 @@ int TQT_DBusConnectionPrivate::registerMessageMetaType() return tp; } -TQT_DBusConnectionPrivate::TQT_DBusConnectionPrivate(TQObject *tqparent) - : TQObject(tqparent), ref(1), mode(InvalidMode), connection(0), server(0), +TQT_DBusConnectionPrivate::TQT_DBusConnectionPrivate(TQObject *parent) + : TQObject(parent), ref(1), mode(InvalidMode), connection(0), server(0), dispatcher(0) { static const int msgType = registerMessageMetaType(); |