From 779f24c66a7e60b3394b3b2563e160802ac38906 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 4 Nov 2023 23:33:05 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit e470a86df30e2a0c0d3ea8c4f67112795071617a) --- src/stationlistxmlhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stationlistxmlhandler.cpp') 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) { -- cgit v1.2.3