From c406d61deefc0c3e3173ebe77bfb38a1bc453ce7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpat/freecell-solver/intrface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpat/freecell-solver/intrface.c') diff --git a/kpat/freecell-solver/intrface.c b/kpat/freecell-solver/intrface.c index e70e8fca..44aa29a0 100644 --- a/kpat/freecell-solver/intrface.c +++ b/kpat/freecell-solver/intrface.c @@ -795,7 +795,7 @@ static void trace_solution( s1 = instance->final_state; - /* Retrace the step from the current state to its tqparents */ + /* Retrace the step from the current state to its parents */ while (s1->tqparent != NULL) { /* Mark the state as part of the non-optimized solution */ -- cgit v1.2.1