Replaced various '#define' with actual strings - part 5

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4a10b01c9b)
r14.1.x
Michele Calgaro 6 months ago
parent 3ba0ef175f
commit 53219858b7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -83,7 +83,7 @@ bool PlaylistImport::kaffeine(const TQString& playlist, TQValueList<MRL>& mrls)
TQFile file(playlist);
if (!file.open(IO_ReadOnly)) return false;
TQXmlInputSource source(TQT_TQIODEVICE(&file));
TQXmlInputSource source(&file);
TQXmlSimpleReader reader;
MyXMLParser parser;
@ -159,7 +159,7 @@ bool PlaylistImport::noatun(const TQString& playlist, TQValueList<MRL>& mrls)
TQFile file(playlist);
if (!file.open(IO_ReadOnly)) return false;
TQXmlInputSource source(TQT_TQIODEVICE(&file));
TQXmlInputSource source(&file);
TQXmlSimpleReader reader;
NoatunXMLParser parser;

Loading…
Cancel
Save