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 7448296..c653e5d 100644 --- a/libktorrent/mse/streamsocket.h +++ b/libktorrent/mse/streamsocket.h @@ -54,7 +54,7 @@ namespace mse */ class StreamSocket : public TQObject,public net::SocketReader,public net::SocketWriter { - Q_OBJECT + TQ_OBJECT public: StreamSocket(); |