diff options
author | Michele Calgaro <[email protected]> | 2023-11-04 23:33:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-05 20:50:29 +0900 |
commit | 779f24c66a7e60b3394b3b2563e160802ac38906 (patch) | |
tree | 9828b696c3d80cac778e253b4b138913cd838621 /src/stationlistxmlhandler.cpp | |
parent | 68fa0b1ca5a272e06f72ea917c8abd2e2ee0f751 (diff) | |
download | tderadio-779f24c66a7e60b3394b3b2563e160802ac38906.tar.gz tderadio-779f24c66a7e60b3394b3b2563e160802ac38906.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit e470a86df30e2a0c0d3ea8c4f67112795071617a)
Diffstat (limited to 'src/stationlistxmlhandler.cpp')
-rw-r--r-- | src/stationlistxmlhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stationlistxmlhandler.cpp b/src/stationlistxmlhandler.cpp index 68bcc69..7c91145 100644 --- a/src/stationlistxmlhandler.cpp +++ b/src/stationlistxmlhandler.cpp @@ -197,7 +197,7 @@ bool StationListXmlHandler::characters (const TQString &ch) } else if (stat == StationListInfoChanged) { - m_metaData.lastChange = TQDateTime::fromString(str, Qt::ISODate); + m_metaData.lastChange = TQDateTime::fromString(str, TQt::ISODate); } else if (stat == StationListInfoCreator) { |