diff options
Diffstat (limited to 'kreversi/ChangeLog')
-rw-r--r-- | kreversi/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kreversi/ChangeLog b/kreversi/ChangeLog index ad743814..086e05bb 100644 --- a/kreversi/ChangeLog +++ b/kreversi/ChangeLog @@ -436,13 +436,13 @@ * main.cpp * Position.h, Position.cpp - Step 2 in the plan to use KGame from libkdegames: + Step 2 in the plan to use KGame from libtdegames: * Code cleaning: Add some comments, reduce complexity, improve indentation * Add m_to_move to class Position. - Step 1 in the plan to use KGame from libkdegames: + Step 1 in the plan to use KGame from libtdegames: * Code cleaning: Change "enum Player" into "enum Color", since that is really what it describes. |