diff options
Diffstat (limited to 'kmymoney2/dialogs/kendingbalancedlg.cpp')
-rw-r--r-- | kmymoney2/dialogs/kendingbalancedlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/dialogs/kendingbalancedlg.cpp b/kmymoney2/dialogs/kendingbalancedlg.cpp index 0195e48..5361613 100644 --- a/kmymoney2/dialogs/kendingbalancedlg.cpp +++ b/kmymoney2/dialogs/kendingbalancedlg.cpp @@ -362,7 +362,7 @@ bool KEndingBalanceDlg::createTransaction(MyMoneyTransaction &t, const int sign, t.modifySplit(s2); } catch(MyMoneyException *e) { - qDebug("%s", e->what().data()); + tqDebug("%s", e->what().data()); delete e; t = MyMoneyTransaction(); return false; @@ -590,7 +590,7 @@ const MyMoneyTransaction KEndingBalanceLoanDlg::adjustmentTransaction(void) cons t.setPostDate(m_endDateEdit->date()); } catch(MyMoneyException *e) { - qDebug("Unable to create adjustment transaction for loan reconciliation: %s", e->what().data()); + tqDebug("Unable to create adjustment transaction for loan reconciliation: %s", e->what().data()); delete e; return MyMoneyTransaction(); } |