summaryrefslogtreecommitdiffstats
path: root/ksnake/ball.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/ball.cpp')
-rw-r--r--ksnake/ball.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/ball.cpp b/ksnake/ball.cpp
index 2881beb9..dc86d7a0 100644
--- a/ksnake/ball.cpp
+++ b/ksnake/ball.cpp
@@ -73,7 +73,7 @@ void Ball::nextMove()
}
}
-void Ball::repaint()
+void Ball::tqrepaint()
{
static int i = 0;
static bool rotate = true;