diff options
Diffstat (limited to 'kresources/tvanytime/service.cpp')
-rw-r--r-- | kresources/tvanytime/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/tvanytime/service.cpp b/kresources/tvanytime/service.cpp index ecf34fc44..e4c3ff219 100644 --- a/kresources/tvanytime/service.cpp +++ b/kresources/tvanytime/service.cpp @@ -138,7 +138,7 @@ bool ScheduleEvent::loadAttribute( const TQDomElement& element ) else if ( tagName == "PublishedStartTime" ) { TQDomNode cn = element.firstChild(); TQDomText t = cn.toText(); - mStartTime = TQDateTime::fromString( t.data(), Qt::ISODate ); + mStartTime = TQDateTime::fromString( t.data(), TQt::ISODate ); } else if ( tagName == "PublishedDuration" ) { TQDomNode cn = element.firstChild(); |