summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/torrent/packet.h')
-rw-r--r--libktorrent/torrent/packet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/torrent/packet.h b/libktorrent/torrent/packet.h
index 9259d31..d9eb550 100644
--- a/libktorrent/torrent/packet.h
+++ b/libktorrent/torrent/packet.h
@@ -22,7 +22,7 @@
#include "globals.h"
-class QString;
+class TQString;
namespace bt
{
@@ -48,7 +48,7 @@ namespace bt
Packet(const BitSet & bs);
Packet(const Request & req,Uint8 type);
Packet(Uint32 index,Uint32 begin,Uint32 len,Chunk* ch);
- Packet(Uint8 ext_id,const QByteArray & ext_data); // extension protocol packet
+ Packet(Uint8 ext_id,const TQByteArray & ext_data); // extension protocol packet
virtual ~Packet();
Uint8 getType() const {return data ? data[4] : 0;}