diff options
Diffstat (limited to 'kmymoney2/mymoney/mymoneyaccount.h')
-rw-r--r-- | kmymoney2/mymoney/mymoneyaccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/mymoney/mymoneyaccount.h b/kmymoney2/mymoney/mymoneyaccount.h index 30e1185..b15aa7f 100644 --- a/kmymoney2/mymoney/mymoneyaccount.h +++ b/kmymoney2/mymoney/mymoneyaccount.h @@ -234,7 +234,7 @@ public: * This method is used to return the ID of the tqparent account * @return TQString with the ID of the tqparent of this account */ - const TQString& tqparentAccountId(void) const { return m_parentAccount; }; + const TQString& parentAccountId(void) const { return m_parentAccount; }; /** * This method returns the list of the account id's of |