summaryrefslogtreecommitdiffstats
path: root/lskat/lskatproc/KChildConnect.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:42:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:42:31 +0000
commit576eb4299a00bc053db35414406f46372a0f70f2 (patch)
tree4c030922d533821db464af566188e7d40cc8848c /lskat/lskatproc/KChildConnect.h
parent0718336b6017d1a4fc1d626544180a5a2a29ddec (diff)
downloadtdegames-576eb4299a00bc053db35414406f46372a0f70f2.tar.gz
tdegames-576eb4299a00bc053db35414406f46372a0f70f2.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1157643 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lskat/lskatproc/KChildConnect.h')
-rw-r--r--lskat/lskatproc/KChildConnect.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lskat/lskatproc/KChildConnect.h b/lskat/lskatproc/KChildConnect.h
index 9cad1a5d..37339218 100644
--- a/lskat/lskatproc/KChildConnect.h
+++ b/lskat/lskatproc/KChildConnect.h
@@ -9,8 +9,8 @@
#ifndef _KCHILDCONNECT_H_
#define _KCHILDCONNECT_H_
-#include <qobject.h>
-#include <qstrlist.h>
+#include <tqobject.h>
+#include <tqstrlist.h>
#include "KEMessage.h"
@@ -19,20 +19,20 @@ class KChildConnect: public QObject
Q_OBJECT
protected:
- QStrList inputcache;
+ TQStrList inputcache;
bool input_pending;
- QString inputbuffer;
+ TQString inputbuffer;
int ID;
public:
KChildConnect();
~KChildConnect();
- void Receive(QString input);
+ void Receive(TQString input);
int QueryID();
void SetID(int id);
virtual bool SendMsg(KEMessage *msg);
- virtual bool Send(QString str);
+ virtual bool Send(TQString str);
virtual KR_STATUS QueryStatus();
public slots: