summaryrefslogtreecommitdiffstats
path: root/noatun/library/playlistsaver.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:48:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-04 00:09:20 +0900
commit8729e642eaa3629412ef948e590e35ade2cbb0ea (patch)
tree9cd328109582173ccd1e329e4a5a5f608ebb0028 /noatun/library/playlistsaver.cpp
parent7ef70d6552605c1df5653f039314c3ac568069cc (diff)
downloadtdemultimedia-8729e642eaa3629412ef948e590e35ade2cbb0ea.tar.gz
tdemultimedia-8729e642eaa3629412ef948e590e35ade2cbb0ea.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun/library/playlistsaver.cpp')
-rw-r--r--noatun/library/playlistsaver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/playlistsaver.cpp b/noatun/library/playlistsaver.cpp
index 13b7ecfe..1450804d 100644
--- a/noatun/library/playlistsaver.cpp
+++ b/noatun/library/playlistsaver.cpp
@@ -449,7 +449,7 @@ bool PlaylistSaver::loadXML(const KURL &url, int opt)
reset();
// TQXml is horribly documented
- TQXmlInputSource source(TQT_TQIODEVICE(&file));
+ TQXmlInputSource source(&file);
TQXmlSimpleReader reader;
if (opt == ASX ||