diff options
Diffstat (limited to 'kmymoney2/mymoney/storage/imymoneystorage.h')
-rw-r--r-- | kmymoney2/mymoney/storage/imymoneystorage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/mymoney/storage/imymoneystorage.h b/kmymoney2/mymoney/storage/imymoneystorage.h index a4ff2af..cac0e45 100644 --- a/kmymoney2/mymoney/storage/imymoneystorage.h +++ b/kmymoney2/mymoney/storage/imymoneystorage.h @@ -370,11 +370,11 @@ public: virtual void modifyTransaction(const MyMoneyTransaction& transaction) = 0; /** - * This method re-tqparents an existing account + * This method re-parents an existing account * * An exception will be thrown upon error conditions. * - * @param account MyMoneyAccount reference to account to be re-tqparented + * @param account MyMoneyAccount reference to account to be re-parented * @param tqparent MyMoneyAccount reference to new tqparent account */ virtual void reparentAccount(MyMoneyAccount &account, MyMoneyAccount& tqparent) = 0; |