summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent/cap.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/torrent/cap.h')
-rw-r--r--libktorrent/torrent/cap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/torrent/cap.h b/libktorrent/torrent/cap.h
index a3a365e..712f5fa 100644
--- a/libktorrent/torrent/cap.h
+++ b/libktorrent/torrent/cap.h
@@ -21,7 +21,7 @@
#define BTCAP_H
#if 0
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
#include <util/timer.h>
#include <util/constants.h>
@@ -100,7 +100,7 @@ namespace bt
void update();
private:
- QValueList<Entry> entries;
+ TQValueList<Entry> entries;
Uint32 max_bytes_per_sec;
Timer timer;
Uint32 leftover;