summaryrefslogtreecommitdiffstats
path: root/tqdbusproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqdbusproxy.cpp')
-rw-r--r--tqdbusproxy.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/tqdbusproxy.cpp b/tqdbusproxy.cpp
index 605481e..7ca6118 100644
--- a/tqdbusproxy.cpp
+++ b/tqdbusproxy.cpp
@@ -48,15 +48,15 @@ public:
TQT_DBusError error;
};
-TQT_DBusProxy::TQT_DBusProxy(TQObject* tqparent, const char* name)
- : TQObject(tqparent, (name ? name : "TQT_DBusProxy")),
+TQT_DBusProxy::TQT_DBusProxy(TQObject* parent, const char* name)
+ : TQObject(parent, (name ? name : "TQT_DBusProxy")),
d(new Private())
{
}
TQT_DBusProxy::TQT_DBusProxy(const TQT_DBusConnection& connection,
- TQObject* tqparent, const char* name)
- : TQObject(tqparent, (name ? name : "TQT_DBusProxy")),
+ TQObject* parent, const char* name)
+ : TQObject(parent, (name ? name : "TQT_DBusProxy")),
d(new Private())
{
setConnection(connection);
@@ -64,8 +64,8 @@ TQT_DBusProxy::TQT_DBusProxy(const TQT_DBusConnection& connection,
TQT_DBusProxy::TQT_DBusProxy(const TQString& service, const TQString& path,
const TQString& interface, const TQT_DBusConnection& connection,
- TQObject* tqparent, const char* name)
- : TQObject(tqparent, (name ? name : "TQT_DBusProxy")),
+ TQObject* parent, const char* name)
+ : TQObject(parent, (name ? name : "TQT_DBusProxy")),
d(new Private())
{
setConnection(connection);