summaryrefslogtreecommitdiffstats
path: root/src/UiGuiIndentServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UiGuiIndentServer.h')
-rw-r--r--[-rwxr-xr-x]src/UiGuiIndentServer.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/UiGuiIndentServer.h b/src/UiGuiIndentServer.h
index fb5e631..0a8f069 100755..100644
--- a/src/UiGuiIndentServer.h
+++ b/src/UiGuiIndentServer.h
@@ -28,28 +28,28 @@ class TQTcpSocket;
class UiGuiIndentServer : public TQObject
{
- Q_OBJECT
-
-public:
- UiGuiIndentServer(void);
- ~UiGuiIndentServer(void);
-
-public slots:
- void startServer();
- void stopServer();
-
-private slots:
- void handleNewConnection();
- void handleReceivedData();
- void sendMessage(const TQString &message);
- void checkIfReadyForHandleRequest();
-
-private:
- TQTcpServer *_tcpServer;
- TQByteArray _dataToSend;
- bool _readyForHandleRequest;
- TQTcpSocket *_currentClientConnection;
- tquint32 _blockSize;
+ Q_OBJECT
+
+ public:
+ UiGuiIndentServer(void);
+ ~UiGuiIndentServer(void);
+
+ public slots:
+ void startServer();
+ void stopServer();
+
+ private slots:
+ void handleNewConnection();
+ void handleReceivedData();
+ void sendMessage(const TQString &message);
+ void checkIfReadyForHandleRequest();
+
+ private:
+ TQTcpServer *_tcpServer;
+ TQByteArray _dataToSend;
+ bool _readyForHandleRequest;
+ TQTcpSocket *_currentClientConnection;
+ tquint32 _blockSize;
};
#endif // UIGUIINDENTSERVER_H