diff options
Diffstat (limited to 'src/upnp/forwardportlist.h')
-rw-r--r-- | src/upnp/forwardportlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/upnp/forwardportlist.h b/src/upnp/forwardportlist.h index 2a27f59..5f8f9f7 100644 --- a/src/upnp/forwardportlist.h +++ b/src/upnp/forwardportlist.h @@ -20,7 +20,7 @@ #ifndef FORWARDPORTLIST_H #define FORWARDPORTLIST_H -#include <qvaluelist.h> +#include <ntqvaluelist.h> #include "../constants.h" #include "portlist.h" @@ -67,7 +67,7 @@ namespace net * List of ports which are currently being used. * */ - class ForwardPortList : public QValueList<ForwardPort> + class ForwardPortList : public TQValueList<ForwardPort> { ForwardPortListener* lst; public: |