summaryrefslogtreecommitdiffstats
path: root/src/stationlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stationlist.cpp')
-rw-r--r--src/stationlist.cpp2
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();
}