summaryrefslogtreecommitdiffstats
path: root/src/stationlistxmlhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stationlistxmlhandler.cpp')
-rw-r--r--src/stationlistxmlhandler.cpp2
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) {