summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/gwconnector.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/gwconnector.h')
-rw-r--r--kopete/protocols/groupwise/gwconnector.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kopete/protocols/groupwise/gwconnector.h b/kopete/protocols/groupwise/gwconnector.h
index bfd6c260..c582fc01 100644
--- a/kopete/protocols/groupwise/gwconnector.h
+++ b/kopete/protocols/groupwise/gwconnector.h
@@ -35,9 +35,10 @@ class KNetworkConnector : public Connector
{
Q_OBJECT
+ TQ_OBJECT
public:
- KNetworkConnector ( TQObject *parent = 0, const char *name = 0 );
+ KNetworkConnector ( TQObject *tqparent = 0, const char *name = 0 );
virtual ~KNetworkConnector ();
@@ -45,7 +46,7 @@ public:
virtual ByteStream *stream () const;
virtual void done ();
- void setOptHostPort ( const TQString &host, Q_UINT16 port );
+ void setOptHostPort ( const TQString &host, TQ_UINT16 port );
void setOptSSL ( bool );
int errorCode ();
@@ -56,7 +57,7 @@ private slots:
private:
TQString mHost;
- Q_UINT16 mPort;
+ TQ_UINT16 mPort;
int mErrorCode;
KNetworkByteStream *mByteStream;