diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:47:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 22:32:06 +0900 |
| commit | 2889777f69ae16aff91ebe836bcdf3b8ad43378c (patch) | |
| tree | 2d499c10560978ac9211a8dcdc0ab0f07c8360cb /kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp | |
| parent | 483ebca4c2669f6b53812efbe38a698241f95785 (diff) | |
| download | kmymoney-2889777f.tar.gz kmymoney-2889777f.zip | |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9bb2179ec0b55df8162909ad36a2781f73e5e734)
Diffstat (limited to 'kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp')
| -rw-r--r-- | kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp b/kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp index 48dfe4c..c50af90 100644 --- a/kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp +++ b/kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp @@ -790,7 +790,7 @@ void MyMoneyDatabaseMgr::transactionList(TQValueList<TQPair<MyMoneyTransaction, if(filter.match(*it_t)) { TQValueList<MyMoneySplit>::const_iterator it_s; for(it_s = filter.matchingSplits().begin(); it_s != filter.matchingSplits().end(); ++it_s) { - list.append(tqMakePair(*it_t, *it_s)); + list.append(qMakePair(*it_t, *it_s)); } } } |
