diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 02:20:30 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 02:20:30 -0500 |
commit | 2943dd3424f5363483d65eb10d0cae34bd2051c7 (patch) | |
tree | ad1535e913d633aa51849390e45fae71280a5011 /kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h | |
parent | 9485ffbe6ee7a34abcf18b6f97d519949970f1a5 (diff) | |
download | kmymoney-2943dd3424f5363483d65eb10d0cae34bd2051c7.tar.gz kmymoney-2943dd3424f5363483d65eb10d0cae34bd2051c7.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h')
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h b/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h index d92d94e..5689e73 100644 --- a/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h +++ b/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h @@ -145,7 +145,7 @@ public: * @li STD_ACC_ASSET * @li STD_ACC_EXPENSE * @li STD_ACC_INCOME - * @li STD_ACC_ETQUITY + * @li STD_ACC_EQUITY * * @param name TQString reference to the name to be set * @@ -526,7 +526,7 @@ public: * This method is used to return the standard equity account * @return MyMoneyAccount equity account(group) */ - const MyMoneyAccount equity(void) const { return account(STD_ACC_ETQUITY); }; + const MyMoneyAccount equity(void) const { return account(STD_ACC_EQUITY); }; virtual void loadAccounts(const TQMap<TQString, MyMoneyAccount>& acc); virtual void loadTransactions(const TQMap<TQString, MyMoneyTransaction>& map); |