summaryrefslogtreecommitdiffstats
path: root/ksayit/src/doctreeviewimpl.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 11:28:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 22:14:44 +0900
commit51e1505d8c6135e2fbb25ca48b6bfb77015f5402 (patch)
tree1b6557ee6b68257a418963ae1ffe40456eebad5d /ksayit/src/doctreeviewimpl.cpp
parenta8769c6290d2c7a92942b5b3771d6b2e3bcc0ec2 (diff)
downloadtdeaccessibility-51e1505d8c6135e2fbb25ca48b6bfb77015f5402.tar.gz
tdeaccessibility-51e1505d8c6135e2fbb25ca48b6bfb77015f5402.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksayit/src/doctreeviewimpl.cpp')
-rw-r--r--ksayit/src/doctreeviewimpl.cpp2
1 files changed, 1 insertions, 1 deletions
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 );