From 8dd45350dba5c170e64ebef33773ed88795d42c3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 24 Nov 2013 02:26:53 -0600 Subject: Fix improper thread support in krfb This relates to bug 1583 --- krfb/libvncserver/main.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'krfb/libvncserver/main.h') diff --git a/krfb/libvncserver/main.h b/krfb/libvncserver/main.h index f662a212..ad6aec5f 100644 --- a/krfb/libvncserver/main.h +++ b/krfb/libvncserver/main.h @@ -40,4 +40,19 @@ class OnHoldClientHandlerObject : public TQObject rfbClientPtr d; }; +class ClientOutputHandlerObject : public TQObject +{ + Q_OBJECT + + public: + ClientOutputHandlerObject(); + ~ClientOutputHandlerObject(); + + public slots: + void run(); + + public: + rfbClientPtr d; +}; + #endif // _MAIN_H \ No newline at end of file -- cgit v1.2.1