summaryrefslogtreecommitdiffstats
path: root/kmymoney2/reports/objectinfotable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/reports/objectinfotable.cpp')
-rw-r--r--kmymoney2/reports/objectinfotable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/reports/objectinfotable.cpp b/kmymoney2/reports/objectinfotable.cpp
index 5f93729..75ed019 100644
--- a/kmymoney2/reports/objectinfotable.cpp
+++ b/kmymoney2/reports/objectinfotable.cpp
@@ -361,7 +361,7 @@ MyMoneyMoney ObjectInfoTable::investmentBalance(const MyMoneyAccount& acc)
val = val.convert(acc.fraction());
value += val;
} catch(MyMoneyException* e) {
- tqWarning("%s", (TQString("cannot convert stock balance of %1 to base currency: %2").arg(stock.name(), e->what())).data());
+ tqWarning(TQString("cannot convert stock balance of %1 to base currency: %2").arg(stock.name(), e->what()));
delete e;
}
}