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/storage/mymoneystoragexml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2/mymoney/storage/mymoneystoragexml.cpp') diff --git a/kmymoney2/mymoney/storage/mymoneystoragexml.cpp b/kmymoney2/mymoney/storage/mymoneystoragexml.cpp index 3ec9cfd..d7f0b6d 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragexml.cpp +++ b/kmymoney2/mymoney/storage/mymoneystoragexml.cpp @@ -841,7 +841,7 @@ void MyMoneyStorageXML::writePricePair(TQDomElement& price, const MyMoneyPriceEn void MyMoneyStorageXML::writePrice(TQDomElement& price, const MyMoneyPrice& p) { - price.setAttribute("date", p.date().toString(Qt::ISODate)); + price.setAttribute("date", p.date().toString(TQt::ISODate)); price.setAttribute("price", p.rate(TQString()).toString()); price.setAttribute("source", p.source()); } -- cgit v1.2.1