From aa85254cd16cb870b8d1649ef1dbad09bd8491e8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:19:48 -0600 Subject: Rename additional global TQt functions --- kmymoney2/views/kinvestmentview.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmymoney2/views/kinvestmentview.cpp') diff --git a/kmymoney2/views/kinvestmentview.cpp b/kmymoney2/views/kinvestmentview.cpp index ba1876f..57d7aa8 100644 --- a/kmymoney2/views/kinvestmentview.cpp +++ b/kmymoney2/views/kinvestmentview.cpp @@ -182,7 +182,7 @@ void KInvestmentView::loadAccounts(void) try { d->m_precision = MyMoneyMoney::denomToPrec(d->m_account.fraction()); } catch(MyMoneyException *e) { - qDebug("Security %s for account %s not found", d->m_account.currencyId().data(), d->m_account.name().data()); + tqDebug("Security %s for account %s not found", d->m_account.currencyId().data(), d->m_account.name().data()); delete e; d->m_precision = 2; } @@ -231,7 +231,7 @@ bool KInvestmentView::slotSelectAccount(const TQString& id, const TQString& tran } } catch(MyMoneyException* e) { - qDebug("Unable to retrieve account %s", id.data()); + tqDebug("Unable to retrieve account %s", id.data()); delete e; rc = false; } @@ -295,7 +295,7 @@ void KInvestmentView::loadView(void) new KInvestmentListItem(m_table, acc); } } catch(MyMoneyException* e) { - qDebug("KInvestmentView::loadView() - selected account does not exist anymore"); + tqDebug("KInvestmentView::loadView() - selected account does not exist anymore"); d->m_account = MyMoneyAccount(); delete e; } -- cgit v1.2.1