From 51e1505d8c6135e2fbb25ca48b6bfb77015f5402 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 Nov 2023 11:28:58 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- ksayit/src/doctreeviewimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksayit/src/doctreeviewimpl.cpp') diff --git a/ksayit/src/doctreeviewimpl.cpp b/ksayit/src/doctreeviewimpl.cpp index f72a717..7076625 100644 --- a/ksayit/src/doctreeviewimpl.cpp +++ b/ksayit/src/doctreeviewimpl.cpp @@ -927,7 +927,7 @@ void DocTreeViewImpl::slotNewDate() date->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); // get current date TQString today; - today = TDEGlobal::locale()->formatDate(TQDate::currentDate(Qt::LocalTime), true); + today = TDEGlobal::locale()->formatDate(TQDate::currentDate(TQt::LocalTime), true); date->setText( 1, today); date->setValue( KSayItGlobal::RAWDATA, today ); date->setValue( KSayItGlobal::RTFDATA, today ); -- cgit v1.2.3