summaryrefslogtreecommitdiffstats
path: root/src/UiGuiIndentServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UiGuiIndentServer.h')
-rwxr-xr-xsrc/UiGuiIndentServer.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/UiGuiIndentServer.h b/src/UiGuiIndentServer.h
index 79f4606..fb5e631 100755
--- a/src/UiGuiIndentServer.h
+++ b/src/UiGuiIndentServer.h
@@ -20,13 +20,13 @@
#ifndef UIGUIINDENTSERVER_H
#define UIGUIINDENTSERVER_H
-#include <tqobject.h>
+#include <tntqobject.h>
-class QTcpServer;
-class QTcpSocket;
+class TQTcpServer;
+class TQTcpSocket;
-class UiGuiIndentServer : public QObject
+class UiGuiIndentServer : public TQObject
{
Q_OBJECT
@@ -41,15 +41,15 @@ public slots:
private slots:
void handleNewConnection();
void handleReceivedData();
- void sendMessage(const QString &message);
+ void sendMessage(const TQString &message);
void checkIfReadyForHandleRequest();
private:
- QTcpServer *_tcpServer;
- QByteArray _dataToSend;
+ TQTcpServer *_tcpServer;
+ TQByteArray _dataToSend;
bool _readyForHandleRequest;
- QTcpSocket *_currentClientConnection;
- quint32 _blockSize;
+ TQTcpSocket *_currentClientConnection;
+ tquint32 _blockSize;
};
#endif // UIGUIINDENTSERVER_H