summaryrefslogtreecommitdiffstats
path: root/libktorrent/net/portlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/net/portlist.h')
-rw-r--r--libktorrent/net/portlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/net/portlist.h b/libktorrent/net/portlist.h
index af60c1c..c1a6e99 100644
--- a/libktorrent/net/portlist.h
+++ b/libktorrent/net/portlist.h
@@ -20,7 +20,7 @@
#ifndef NETPORTLIST_H
#define NETPORTLIST_H
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
#include <util/constants.h>
namespace net
@@ -69,7 +69,7 @@ namespace net
* List of ports which are currently being used.
*
*/
- class PortList : public QValueList<Port>
+ class PortList : public TQValueList<Port>
{
PortListener* lst;
public: