From 373fe6f2b90bcd2e452f16115a4950a4b46c1f34 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: Rename incorrect instances of tqrepaint[...] to repaint[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kreversi/board.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kreversi/board.cpp') diff --git a/kreversi/board.cpp b/kreversi/board.cpp index 644111d2..727d8d2d 100644 --- a/kreversi/board.cpp +++ b/kreversi/board.cpp @@ -310,7 +310,7 @@ void QReversiBoardView::updateBoard (bool force) // before we can show the new ones. The easiest way to do that is // to tqrepaint everything. // - // FIXME: A better way, perhaps, is to do the tqrepainting in + // FIXME: A better way, perhaps, is to do the repainting in // drawPiece (which should be renamed drawSquare). if (m_legalMovesShowing) force = true; -- cgit v1.2.1