summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/kreconciledlg.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:55 +0900
committerSlávek Banko <slavek.banko@axis.cz>2022-03-20 18:47:19 +0100
commit9757aeb46efff389c2b118cb373206d0720235cd (patch)
tree2625096cbb63704c5d22d16a73ecf194a29e255d /kmymoney2/dialogs/kreconciledlg.h
parentfdf40193a31ed1193c2ddf329ddc58011028a048 (diff)
downloadkmymoney-9757aeb46efff389c2b118cb373206d0720235cd.tar.gz
kmymoney-9757aeb46efff389c2b118cb373206d0720235cd.zip
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 38f46e7137a77df91eb38133921f6536d847ba81)
Diffstat (limited to 'kmymoney2/dialogs/kreconciledlg.h')
-rw-r--r--kmymoney2/dialogs/kreconciledlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/dialogs/kreconciledlg.h b/kmymoney2/dialogs/kreconciledlg.h
index 89c4529..a1cee39 100644
--- a/kmymoney2/dialogs/kreconciledlg.h
+++ b/kmymoney2/dialogs/kreconciledlg.h
@@ -62,9 +62,9 @@ private:
//MyMoneyBank m_bankIndex;
MyMoneyAccount *m_accountIndex;
- TQList<MyMoneyTransaction> m_debitsTQList;
- TQList<MyMoneyTransaction> m_creditsTQList;
- TQList<MyMoneyTransaction> m_reconciledTransactions;
+ TQPtrList<MyMoneyTransaction> m_debitsTQList;
+ TQPtrList<MyMoneyTransaction> m_creditsTQList;
+ TQPtrList<MyMoneyTransaction> m_reconciledTransactions;
bool m_balanced; // true when the account is balanced (determined by doDifference)