summaryrefslogtreecommitdiffstats
path: root/dbus-qt.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 /dbus-qt.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 'dbus-qt.h')
-rw-r--r--dbus-qt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus-qt.h b/dbus-qt.h
index 8723ad9..71b7f50 100644
--- a/dbus-qt.h
+++ b/dbus-qt.h
@@ -33,7 +33,7 @@ class DBusQtConnection : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
- DBusQtConnection( const char *address=0, TQObject *tqparent=0,
+ DBusQtConnection( const char *address=0, TQObject *parent=0,
const char *name=0 );
bool open( const char *address );
@@ -65,7 +65,7 @@ signals:
void message (DBusConnection* connection, DBusMessage* message);
private:
- DBusQtNotifier(TQObject *tqparent);
+ DBusQtNotifier(TQObject *parent);
private slots:
void processNotifiers( int socket );
private: