From e47aaa9b34ffc363d268aca989aab28fdfaf9821 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- microbe/btreenode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'microbe/btreenode.h') diff --git a/microbe/btreenode.h b/microbe/btreenode.h index 2594d0c..ceed185 100644 --- a/microbe/btreenode.h +++ b/microbe/btreenode.h @@ -50,9 +50,9 @@ class BTreeNode */ void deleteChildren(); /** - * @return the tqparent node. + * @return the parent node. */ - BTreeNode *tqparent() const { return m_parent; } + BTreeNode *parent() const { return m_parent; } /** * @return the left child node. */ @@ -61,7 +61,7 @@ class BTreeNode * @return the right child node. */ BTreeNode *right() const { return m_right; } - void setParent(BTreeNode *tqparent) { m_parent = tqparent; } + void setParent(BTreeNode *parent) { m_parent = parent; } /** * Set the child node on the left to the one give, and reparents it to * this node. -- cgit v1.2.3