diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:19:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:19:48 -0600 |
commit | aa85254cd16cb870b8d1649ef1dbad09bd8491e8 (patch) | |
tree | 850c18efae9bd6bc03f83c16fe4caf8670b67f43 /kmymoney2/mymoney/mymoneyscheduled.cpp | |
parent | 4aafeadd9f7ae0e603589579d467588c7421a283 (diff) | |
download | kmymoney-aa85254cd16cb870b8d1649ef1dbad09bd8491e8.tar.gz kmymoney-aa85254cd16cb870b8d1649ef1dbad09bd8491e8.zip |
Rename additional global TQt functions
Diffstat (limited to 'kmymoney2/mymoney/mymoneyscheduled.cpp')
-rw-r--r-- | kmymoney2/mymoney/mymoneyscheduled.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/mymoney/mymoneyscheduled.cpp b/kmymoney2/mymoney/mymoneyscheduled.cpp index a2eb6dd..745160c 100644 --- a/kmymoney2/mymoney/mymoneyscheduled.cpp +++ b/kmymoney2/mymoney/mymoneyscheduled.cpp @@ -618,7 +618,7 @@ MyMoneyAccount MyMoneySchedule::account(int cnt) const if(!cnt) return acc; } catch(MyMoneyException *e) { - qWarning("Schedule '%s' references unknown account '%s'", id().data(), (*it).accountId().data()); + tqWarning("Schedule '%s' references unknown account '%s'", id().data(), (*it).accountId().data()); delete e; return MyMoneyAccount(); } @@ -1062,7 +1062,7 @@ int MyMoneySchedule::eventsPerYear(MyMoneySchedule::occurenceE occurence) rc = 1; break; default: - qWarning("Occurence not supported by financial calculator"); + tqWarning("Occurence not supported by financial calculator"); } return rc; @@ -1120,7 +1120,7 @@ int MyMoneySchedule::daysBetweenEvents(MyMoneySchedule::occurenceE occurence) rc = 360; break; default: - qWarning("Occurence not supported by financial calculator"); + tqWarning("Occurence not supported by financial calculator"); } return rc; |