summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:35:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-04 14:27:08 +0900
commit79e900a6893237b41b0d53a548c03e0f247e806d (patch)
treef1a7cc1f49c42fe574a8c34e88e76272392fee31 /plugins
parent523c79c35f0f58a95cbf5e6a7ff5acb4793b5c17 (diff)
downloadktorrent-79e900a6893237b41b0d53a548c03e0f247e806d.tar.gz
ktorrent-79e900a6893237b41b0d53a548c03e0f247e806d.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/upnp/upnpdescriptionparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upnp/upnpdescriptionparser.cpp b/plugins/upnp/upnpdescriptionparser.cpp
index 1e73362..eb9d360 100644
--- a/plugins/upnp/upnpdescriptionparser.cpp
+++ b/plugins/upnp/upnpdescriptionparser.cpp
@@ -73,7 +73,7 @@ namespace kt
if (!fptr.open(IO_ReadOnly))
return false;
- TQXmlInputSource input(TQT_TQIODEVICE(&fptr));
+ TQXmlInputSource input(&fptr);
XMLContentHandler chandler(router);
TQXmlSimpleReader reader;