diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 902ba103f2215bcefa22d62b1c9138aa4b88891c (patch) | |
tree | 63ef88424b9be33a31e5a8de61343fb8d7633937 /kmymoney2/reports/reportaccount.h | |
parent | 7e51b6d5ddc01fc3bc69f30bc5d3933a7709dbf2 (diff) | |
download | kmymoney-902ba103f2215bcefa22d62b1c9138aa4b88891c.tar.gz kmymoney-902ba103f2215bcefa22d62b1c9138aa4b88891c.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/reports/reportaccount.h')
-rw-r--r-- | kmymoney2/reports/reportaccount.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kmymoney2/reports/reportaccount.h b/kmymoney2/reports/reportaccount.h index 91db6a2..e3bf663 100644 --- a/kmymoney2/reports/reportaccount.h +++ b/kmymoney2/reports/reportaccount.h @@ -174,39 +174,39 @@ public: TQString debugName( void ) const; /** - * Whether this account is a 'top level' tqparent account. This means that - * it's tqparent is an account class, like asset, liability, expense or income + * Whether this account is a 'top level' parent account. This means that + * it's parent is an account class, like asset, liability, expense or income * - * @return bool True if this account is a top level tqparent account + * @return bool True if this account is a top level parent account */ /*inline*/ bool isTopLevel( void ) const; /** - * Returns the name of the top level tqparent account + * Returns the name of the top level parent account * - * (See isTopLevel for a definition of 'top level tqparent') + * (See isTopLevel for a definition of 'top level parent') * - * @return TQString The name of the top level tqparent account + * @return TQString The name of the top level parent account */ /*inline*/ TQString topParentName( void ) const; /** - * Returns a report account containing the top tqparent account + * Returns a report account containing the top parent account * - * @return ReportAccount The account of the top tqparent + * @return ReportAccount The account of the top parent */ ReportAccount topParent( void ) const; /** - * Returns a report account containing the immediate tqparent account + * Returns a report account containing the immediate parent account * - * @return ReportAccount The account of the immediate tqparent + * @return ReportAccount The account of the immediate parent */ - ReportAccount tqparent( void ) const; + ReportAccount parent( void ) const; /** * Returns the number of accounts in this account's hierarchy. If this is a - * Top Category, it returns 1. If it's tqparent is a Top Category, returns 2, + * Top Category, it returns 1. If it's parent is a Top Category, returns 2, * etc. * * @return unsigned Hierarchy depth |