diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:36:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-04 14:26:36 +0900 |
commit | 525e762e4cb9dfc3fdede7ecdb70931b8ad4aabe (patch) | |
tree | feb375aeb2c7f54a98b11a4761bbe6b5eee258f1 /src/stationlist.cpp | |
parent | e76222b984cffa50b79c9fb02572ca7a234d7631 (diff) | |
download | tderadio-525e762e4cb9dfc3fdede7ecdb70931b8ad4aabe.tar.gz tderadio-525e762e4cb9dfc3fdede7ecdb70931b8ad4aabe.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit eab9fa1d6f796d21e11df0516fc4b00f0f020946)
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(); } |