diff options
Diffstat (limited to 'libktorrent/mse/streamsocket.h')
-rw-r--r-- | libktorrent/mse/streamsocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/mse/streamsocket.h b/libktorrent/mse/streamsocket.h index 6cfa6d8..7448296 100644 --- a/libktorrent/mse/streamsocket.h +++ b/libktorrent/mse/streamsocket.h @@ -55,7 +55,7 @@ namespace mse class StreamSocket : public TQObject,public net::SocketReader,public net::SocketWriter { Q_OBJECT - TQ_OBJECT + public: StreamSocket(); StreamSocket(int fd); |