diff options
Diffstat (limited to 'src/upnp/upnpdescriptionparser.cpp')
-rw-r--r-- | src/upnp/upnpdescriptionparser.cpp | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/upnp/upnpdescriptionparser.cpp b/src/upnp/upnpdescriptionparser.cpp index 7b40db7..286e614 100644 --- a/src/upnp/upnpdescriptionparser.cpp +++ b/src/upnp/upnpdescriptionparser.cpp @@ -15,16 +15,20 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include <ntqxml.h> -#include <ntqvaluestack.h> -// #include <util/fileops.h> + +#include <tqxml.h> +#include <tqvaluestack.h> + #include <kdebug.h> -// #include <torrent/globals.h> + #include "upnprouter.h" #include "upnpdescriptionparser.h" +// #include <util/fileops.h> +// #include <torrent/globals.h> + using namespace bt; namespace kt |