From 00e58f1937047eb6c23edbdb3ae7ed5feec7a572 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:55:35 -0600 Subject: Remove additional unneeded tq method conversions (cherry picked from commit c0f375feba0103bed2bac1b1f05e76e9ae28fa89) --- ksnake/ball.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksnake/ball.h') diff --git a/ksnake/ball.h b/ksnake/ball.h index 609eef95..e7796354 100644 --- a/ksnake/ball.h +++ b/ksnake/ball.h @@ -33,7 +33,7 @@ public: Ball(Board *b, PixServer *p); virtual ~Ball(){} virtual void nextMove(); - void tqrepaint(); + void repaint(); void zero(); protected: Board *board; -- cgit v1.2.1