diff options
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 391efd9..6f05f9d 100644 --- a/src/stationlist.cpp +++ b/src/stationlist.cpp @@ -415,7 +415,7 @@ TQString StationList::writeXML (const IErrorLogClient &/*logger*/) const tt + xmlOpenTag(StationListInfo) + ttt + xmlTag(StationListInfoCreator, "tderadio-" TDERADIO_VERSION) + ttt + xmlTag(StationListInfoMaintainer, m_metaData.maintainer) + - ttt + xmlTag(StationListInfoChanged, m_metaData.lastChange.toString(Qt::ISODate)) + + ttt + xmlTag(StationListInfoChanged, m_metaData.lastChange.toString(TQt::ISODate)) + ttt + xmlTag(StationListInfoCountry, m_metaData.country) + ttt + xmlTag(StationListInfoCity, m_metaData.city) + ttt + xmlTag(StationListInfoMedia, m_metaData.media) + |