summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/connectionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/connectionmanager.h')
-rw-r--r--kopete/libkopete/connectionmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/connectionmanager.h b/kopete/libkopete/connectionmanager.h
index b0f1c05b..24d59f33 100644
--- a/kopete/libkopete/connectionmanager.h
+++ b/kopete/libkopete/connectionmanager.h
@@ -50,7 +50,7 @@ class KOPETE_EXPORT ConnectionManager : public TQObject, virtual public DCOPObje
k_dcop:
void slotStatusChanged( TQString host, int status );
private:
- ConnectionManager( TQObject *tqparent, const char * name );
+ ConnectionManager( TQObject *parent, const char * name );
ConnectionManagerPrivate *d;
static ConnectionManager * s_self;
};