summaryrefslogtreecommitdiffstats
path: root/cervisia/annotatectl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/annotatectl.cpp')
-rw-r--r--cervisia/annotatectl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/annotatectl.cpp b/cervisia/annotatectl.cpp
index d374eaed..8cdeb030 100644
--- a/cervisia/annotatectl.cpp
+++ b/cervisia/annotatectl.cpp
@@ -170,7 +170,7 @@ void AnnotateController::Private::parseCvsAnnotateOutput()
{
TQString dateString = line.mid(23, 9);
if( !dateString.isEmpty() )
- logInfo.m_dateTime.setTime_t(KRFCDate::parseDate(dateString), Qt::UTC);
+ logInfo.m_dateTime.setTime_t(KRFCDate::parseDate(dateString), TQt::UTC);
rev = line.left(13).stripWhiteSpace();
logInfo.m_author = line.mid(14, 8).stripWhiteSpace();