summaryrefslogtreecommitdiffstats
path: root/src/stationlist.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 23:33:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 23:33:05 +0900
commite470a86df30e2a0c0d3ea8c4f67112795071617a (patch)
treebcf3607d616a123c422ff350a571f2fc520b9fa4 /src/stationlist.cpp
parent61d238685716eb5670f82dacf20fb2b6c8919822 (diff)
downloadtderadio-e470a86df30e2a0c0d3ea8c4f67112795071617a.tar.gz
tderadio-e470a86df30e2a0c0d3ea8c4f67112795071617a.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 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) +