From 97d1732e257f8700488d7ca1660ae7eba8fc6065 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:47:36 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- ksnake/ball.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksnake/ball.cpp') diff --git a/ksnake/ball.cpp b/ksnake/ball.cpp index dc86d7a0..2881beb9 100644 --- a/ksnake/ball.cpp +++ b/ksnake/ball.cpp @@ -73,7 +73,7 @@ void Ball::nextMove() } } -void Ball::tqrepaint() +void Ball::repaint() { static int i = 0; static bool rotate = true; -- cgit v1.2.1