diff options
Diffstat (limited to 'kopete/protocols/groupwise/gwconnector.cpp')
-rw-r--r-- | kopete/protocols/groupwise/gwconnector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/groupwise/gwconnector.cpp b/kopete/protocols/groupwise/gwconnector.cpp index b353a6a2..e5daa9d7 100644 --- a/kopete/protocols/groupwise/gwconnector.cpp +++ b/kopete/protocols/groupwise/gwconnector.cpp @@ -25,8 +25,8 @@ #include "gwerror.h" #include "gwbytestream.h" -KNetworkConnector::KNetworkConnector ( TQObject *tqparent, const char */*name*/ ) - : Connector ( tqparent ) +KNetworkConnector::KNetworkConnector ( TQObject *parent, const char */*name*/ ) + : Connector ( parent ) { kdDebug ( GROUPWISE_DEBUG_GLOBAL ) << k_funcinfo << "New KNetwork connector." << endl; |