From 96c67c9b3924ab034d3d34aa03d3ea7cf0746587 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Nov 2023 11:54:03 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- kmymoney2/mymoney/mymoneyaccounttest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmymoney2/mymoney/mymoneyaccounttest.cpp') diff --git a/kmymoney2/mymoney/mymoneyaccounttest.cpp b/kmymoney2/mymoney/mymoneyaccounttest.cpp index 0c2e292..9755d3c 100644 --- a/kmymoney2/mymoney/mymoneyaccounttest.cpp +++ b/kmymoney2/mymoney/mymoneyaccounttest.cpp @@ -313,7 +313,7 @@ void MyMoneyAccountTest::testWriteXML() { " \n" " \n" "\n"). - arg(TQDate::currentDate().toString(Qt::ISODate)).arg(TQDate::currentDate().toString(Qt::ISODate)); + arg(TQDate::currentDate().toString(TQt::ISODate)).arg(TQDate::currentDate().toString(TQt::ISODate)); CPPUNIT_ASSERT(doc.toString() == ref); } @@ -334,7 +334,7 @@ void MyMoneyAccountTest::testReadXML() { " \n" " \n" "\n"). - arg(TQDate::currentDate().toString(Qt::ISODate)).arg(TQDate::currentDate().toString(Qt::ISODate)); + arg(TQDate::currentDate().toString(TQt::ISODate)).arg(TQDate::currentDate().toString(TQt::ISODate)); TQString ref_false = TQString( "\n" @@ -350,7 +350,7 @@ void MyMoneyAccountTest::testReadXML() { " \n" " \n" "\n"). - arg(TQDate::currentDate().toString(Qt::ISODate)).arg(TQDate::currentDate().toString(Qt::ISODate)); + arg(TQDate::currentDate().toString(TQt::ISODate)).arg(TQDate::currentDate().toString(TQt::ISODate)); TQDomDocument doc; TQDomElement node; -- cgit v1.2.1