summaryrefslogtreecommitdiffstats
path: root/tderesources/lib/webdavhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/lib/webdavhandler.cpp')
-rw-r--r--tderesources/lib/webdavhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/lib/webdavhandler.cpp b/tderesources/lib/webdavhandler.cpp
index af5eb2767..d3255c364 100644
--- a/tderesources/lib/webdavhandler.cpp
+++ b/tderesources/lib/webdavhandler.cpp
@@ -120,7 +120,7 @@ bool WebdavHandler::extractDateTime( const TQDomElement &node, const TQString &e
{
TQDomElement element = node.namedItem( entry ).toElement();
if ( !element.isNull() && !element.text().isEmpty() ) {
- value = TQDateTime::fromString( element.text(), Qt::ISODate );
+ value = TQDateTime::fromString( element.text(), TQt::ISODate );
return true;
}
return false;