diff options
Diffstat (limited to 'dbus-qt.h')
-rw-r--r-- | dbus-qt.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |