summaryrefslogtreecommitdiffstats
path: root/dbus-qt.h
diff options
context:
space:
mode:
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: