summaryrefslogtreecommitdiffstats
path: root/libktorrent/net/bufferedsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/net/bufferedsocket.h')
-rw-r--r--libktorrent/net/bufferedsocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/net/bufferedsocket.h b/libktorrent/net/bufferedsocket.h
index 2c0c3ec..2e594df 100644
--- a/libktorrent/net/bufferedsocket.h
+++ b/libktorrent/net/bufferedsocket.h
@@ -20,7 +20,7 @@
#ifndef NETBUFFEREDSOCKET_H
#define NETBUFFEREDSOCKET_H
-#include <qmutex.h>
+#include <tqmutex.h>
#include <net/socket.h>
namespace net
@@ -72,7 +72,7 @@ namespace net
*/
class BufferedSocket : public Socket
{
- mutable QMutex mutex;
+ mutable TQMutex mutex;
SocketReader* rdr;
SocketWriter* wrt;
Uint8* output_buffer;