diff options
Diffstat (limited to 'ktuberling/playground.cpp')
-rw-r--r-- | ktuberling/playground.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktuberling/playground.cpp b/ktuberling/playground.cpp index 760ad9b8..cdd03d89 100644 --- a/ktuberling/playground.cpp +++ b/ktuberling/playground.cpp @@ -86,7 +86,7 @@ void PlayGround::change(uint selectedGameboard) } // Repaint all the editable area -void PlayGround::tqrepaintAll() +void PlayGround::repaintAll() { TQRect dirtyArea (editableArea.left() - 10, |