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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/28/head
Michele Calgaro 5 months ago
parent eac2dacab7
commit 4a10b01c9b
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