summaryrefslogtreecommitdiffstats
path: root/server.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commite271940e6e10c4f5515efa13e3df47a138ea495b (patch)
treec1fc26fd86cad9d45ae387e717b23b9872149df8 /server.h
parent8f9c3391a8964e83262053558132875c57b2c7d5 (diff)
downloaddbus-tqt-e271940e6e10c4f5515efa13e3df47a138ea495b.tar.gz
dbus-tqt-e271940e6e10c4f5515efa13e3df47a138ea495b.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'server.h')
-rw-r--r--server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.h b/server.h
index 011b6d2..8d2c6a7 100644
--- a/server.h
+++ b/server.h
@@ -35,7 +35,7 @@ namespace DBusQt
Q_OBJECT
TQ_OBJECT
public:
- Server( const TQString& addr = TQString(), TQObject *tqparent=0 );
+ Server( const TQString& addr = TQString(), TQObject *parent=0 );
~Server();
bool isConnected() const;