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/traverser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'microbe/traverser.h') diff --git a/microbe/traverser.h b/microbe/traverser.h index a0fcd77..7593ba7 100644 --- a/microbe/traverser.h +++ b/microbe/traverser.h @@ -45,7 +45,7 @@ public: /** Returns true if we are on the left branch, false otherwise. */ bool onLeftBranch(); - /** Returns the node on the opposite branch of the tqparent. */ + /** Returns the node on the opposite branch of the parent. */ BTreeNode * oppositeNode(); BTreeNode * current() const { return m_current; } @@ -57,8 +57,8 @@ public: */ void descendLeftwardToTerminal(); - /** It might occur in the future that next() does not just move to the tqparent, - so use this for moving to tqparent + /** It might occur in the future that next() does not just move to the parent, + so use this for moving to parent */ void moveToParent(); -- cgit v1.2.1