summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/mymoneyinvesttransaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/mymoney/mymoneyinvesttransaction.h')
-rw-r--r--kmymoney2/mymoney/mymoneyinvesttransaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/mymoney/mymoneyinvesttransaction.h b/kmymoney2/mymoney/mymoneyinvesttransaction.h
index e414b3a..ee09456 100644
--- a/kmymoney2/mymoney/mymoneyinvesttransaction.h
+++ b/kmymoney2/mymoney/mymoneyinvesttransaction.h
@@ -33,7 +33,7 @@
class MyMoneyInvestTransaction : public MyMoneyTransaction {
public:
MyMoneyInvestTransaction();
- MyMoneyInvestTransaction(MyMoneyAccount *tqparent, const long id, transactionMethod method, const TQString& number, const TQString& memo,
+ MyMoneyInvestTransaction(MyMoneyAccount *parent, const long id, transactionMethod method, const TQString& number, const TQString& memo,
const MyMoneyMoney& amount, const TQDate& date, const TQString& categoryMajor, const TQString& categoryMinor, const TQString& atmName,
const TQString& fromTo, const TQString& bankFrom, const TQString& bankTo, stateE state);
~MyMoneyInvestTransaction();