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 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;