summaryrefslogtreecommitdiffstats
path: root/src/upnp/portlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upnp/portlist.h')
-rw-r--r--src/upnp/portlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/upnp/portlist.h b/src/upnp/portlist.h
index 5063b78..378127e 100644
--- a/src/upnp/portlist.h
+++ b/src/upnp/portlist.h
@@ -20,7 +20,7 @@
#ifndef NETPORTLIST_H
#define NETPORTLIST_H
-#include <qvaluelist.h>
+#include <ntqvaluelist.h>
#include "../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: