diff options
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) { |