summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/KRemoteConnect.h
diff options
context:
space:
mode:
Diffstat (limited to 'lskat/lskat/KRemoteConnect.h')
-rw-r--r--lskat/lskat/KRemoteConnect.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lskat/lskat/KRemoteConnect.h b/lskat/lskat/KRemoteConnect.h
index baa005d6..99f9280d 100644
--- a/lskat/lskat/KRemoteConnect.h
+++ b/lskat/lskat/KRemoteConnect.h
@@ -33,16 +33,16 @@ class KRemoteConnect: public KChildConnect
protected:
KRServerSocket *kServerSocket;
KSocket *kSocket;
- QString IP;
- QString Name;
+ TQString IP;
+ TQString Name;
ushort port;
KR_STATUS socketStatus;
char *buffer;
KEMessage *bufferMsg;
DNSSD::PublicService *service;
-// QString inputbuffer;
+// TQString inputbuffer;
// bool input_pending;
-// QStrList inputcache;
+// TQStrList inputcache;
public:
KRemoteConnect();
@@ -51,8 +51,8 @@ class KRemoteConnect: public KChildConnect
bool Exit();
bool Next();
// bool SendMsg(KEMessage *msg);
- virtual bool Send(QString str);
-// void Receive(QString input);
+ virtual bool Send(TQString str);
+// void Receive(TQString input);
virtual KR_STATUS QueryStatus();
protected: