diff options
Diffstat (limited to 'kmymoney2/mymoney/storage/mymoneystoragexml.cpp')
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystoragexml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } |