diff options
Diffstat (limited to 'kreversi/board.cpp')
-rw-r--r-- | kreversi/board.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |