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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lskat/lskat/KRemoteConnect.h b/lskat/lskat/KRemoteConnect.h
index 99f9280d..5669b330 100644
--- a/lskat/lskat/KRemoteConnect.h
+++ b/lskat/lskat/KRemoteConnect.h
@@ -29,6 +29,7 @@
class KRemoteConnect: public KChildConnect
{
Q_OBJECT
+ TQ_OBJECT
protected:
KRServerSocket *kServerSocket;
@@ -53,7 +54,7 @@ class KRemoteConnect: public KChildConnect
// bool SendMsg(KEMessage *msg);
virtual bool Send(TQString str);
// void Receive(TQString input);
- virtual KR_STATUS QueryStatus();
+ virtual KR_STATUS QuerytqStatus();
protected:
bool OfferServerSocket();