diff options
Diffstat (limited to 'kmymoney2/mymoney/mymoneyprice.cpp')
-rw-r--r-- | kmymoney2/mymoney/mymoneyprice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/mymoney/mymoneyprice.cpp b/kmymoney2/mymoney/mymoneyprice.cpp index 77054b5..a65ba65 100644 --- a/kmymoney2/mymoney/mymoneyprice.cpp +++ b/kmymoney2/mymoney/mymoneyprice.cpp @@ -56,7 +56,7 @@ MyMoneyPrice::MyMoneyPrice(const TQString& from, const TQString& to, const TQDom if(!m_rate.isZero()) m_invRate = MyMoneyMoney(1,1) / m_rate; else - qDebug("Price with zero value loaded"); + tqDebug("Price with zero value loaded"); } MyMoneyPrice::MyMoneyPrice(const TQString& from, const TQString& to, const TQDate& date, const MyMoneyMoney& rate, const TQString& source) : @@ -69,7 +69,7 @@ MyMoneyPrice::MyMoneyPrice(const TQString& from, const TQString& to, const TQDat if(!m_rate.isZero()) m_invRate = MyMoneyMoney(1,1) / m_rate; else - qDebug("Price with zero value created"); + tqDebug("Price with zero value created"); } MyMoneyPrice::~MyMoneyPrice() |