summaryrefslogtreecommitdiffstats
path: root/kplato/kptaccount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptaccount.h')
-rw-r--r--kplato/kptaccount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptaccount.h b/kplato/kptaccount.h
index 9e23b8e7b..61ecf72db 100644
--- a/kplato/kptaccount.h
+++ b/kplato/kptaccount.h
@@ -75,8 +75,8 @@ public:
Accounts *list() const { return m_list; }
void setList(Accounts *list) { m_list = list; }
- Account *tqparent() const { return m_parent; }
- void setParent(Account *tqparent) { m_parent = tqparent; }
+ Account *parent() const { return m_parent; }
+ void setParent(Account *parent) { m_parent = parent; }
void clear() { m_accountList.clear(); }
void append(Account *account);
void take(Account *account);