diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:36:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-04 14:26:09 +0900 |
commit | eab9fa1d6f796d21e11df0516fc4b00f0f020946 (patch) | |
tree | 49aa5d4687d7296973c286b8e068aa1778db5469 /src/stationlist.cpp | |
parent | a9f14b384ea91c6e1792f9c3782224d53367c325 (diff) | |
download | tderadio-eab9fa1d6f796d21e11df0516fc4b00f0f020946.tar.gz tderadio-eab9fa1d6f796d21e11df0516fc4b00f0f020946.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/stationlist.cpp')
-rw-r--r-- | src/stationlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stationlist.cpp b/src/stationlist.cpp index 6f05f9d..6dc8643 100644 --- a/src/stationlist.cpp +++ b/src/stationlist.cpp @@ -387,7 +387,7 @@ bool StationList::readXML (const KURL &url, const IErrorLogClient &logger, bool } // preset file written with tderadio >= 0.3.0 else { - TQXmlInputSource tmp(TQT_TQIODEVICE(&presetFile)); + TQXmlInputSource tmp(&presetFile); xmlData = tmp.data(); } |