summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/gwconnector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/gwconnector.cpp')
-rw-r--r--kopete/protocols/groupwise/gwconnector.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/groupwise/gwconnector.cpp b/kopete/protocols/groupwise/gwconnector.cpp
index 946116b6..b353a6a2 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 *parent, const char */*name*/ )
- : Connector ( parent )
+KNetworkConnector::KNetworkConnector ( TQObject *tqparent, const char */*name*/ )
+ : Connector ( tqparent )
{
kdDebug ( GROUPWISE_DEBUG_GLOBAL ) << k_funcinfo << "New KNetwork connector." << endl;
@@ -109,7 +109,7 @@ void KNetworkConnector::done ()
mByteStream->close ();
}
-void KNetworkConnector::setOptHostPort ( const TQString &host, Q_UINT16 port )
+void KNetworkConnector::setOptHostPort ( const TQString &host, TQ_UINT16 port )
{
kdDebug ( GROUPWISE_DEBUG_GLOBAL ) << k_funcinfo << "Manually specifying host " << host << " and port " << port << endl;