summaryrefslogtreecommitdiffstats
path: root/kmymoney2/converter/mymoneygncreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/converter/mymoneygncreader.cpp')
-rw-r--r--kmymoney2/converter/mymoneygncreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/converter/mymoneygncreader.cpp b/kmymoney2/converter/mymoneygncreader.cpp
index 7e30f41..9377def 100644
--- a/kmymoney2/converter/mymoneygncreader.cpp
+++ b/kmymoney2/converter/mymoneygncreader.cpp
@@ -168,7 +168,7 @@ bool GncObject::isDataElement (const TQString &elName, const TQXmlAttributes& el
TQString GncObject::var (int i) const {
return (pMain->m_decoder == 0
? *(m_v.at(i))
- : pMain->m_decoder->toUnicode (*(m_v.at(i))));
+ : pMain->m_decoder->toUnicode((m_v.at(i))->utf8()));
}
void GncObject::adjustHideFactor () {