diff options
Diffstat (limited to 'src/upnp/httprequest.h')
-rw-r--r-- | src/upnp/httprequest.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/upnp/httprequest.h b/src/upnp/httprequest.h index 8c4496b..47428cd 100644 --- a/src/upnp/httprequest.h +++ b/src/upnp/httprequest.h @@ -20,9 +20,11 @@ #ifndef BTHTTPREQUEST_H #define BTHTTPREQUEST_H -#include <ntqobject.h> +#include <tqobject.h> + #include <kurl.h> #include <kstreamsocket.h> + #include "exitoperation.h" #include "../constants.h" |