From a13e26c2f1eb3c5be81acf4f571dd4bafac10199 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/kdegames@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpat/freecell-solver/freecell.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kpat/freecell-solver/freecell.c') diff --git a/kpat/freecell-solver/freecell.c b/kpat/freecell-solver/freecell.c index fca09078..159772ff 100644 --- a/kpat/freecell-solver/freecell.c +++ b/kpat/freecell-solver/freecell.c @@ -243,7 +243,7 @@ int freecell_solver_sfs_move_freecell_cards_on_top_of_stacks( { src_card = fcs_freecell_card(state, fc); - /* If the freecell is not empty and dest_card is its tqparent + /* If the freecell is not empty and dest_card is its parent * */ if ( (fcs_card_card_num(src_card) != 0) && fcs_is_parent_card(src_card,dest_card) ) @@ -533,7 +533,7 @@ int freecell_solver_sfs_move_stack_cards_to_a_parent_on_the_same_stack( sequences_are_built_by = instance->sequences_are_built_by; /* - * Now let's try to move a stack card to a tqparent card which is found + * Now let's try to move a stack card to a parent card which is found * on the same stack. * */ for (stack=0;stack