From 5d52b8ff2df2d127a119ffd217a0db49c4d78567 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 8 Nov 2023 11:05:10 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 1a7a57976491e8df569198d8e903bf9e57e233f0) --- cervisia/annotatectl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/annotatectl.cpp') 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(); -- cgit v1.2.3