diff options
Diffstat (limited to 'kblackbox/kbbgame.cpp')
-rw-r--r-- | kblackbox/kbbgame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kblackbox/kbbgame.cpp b/kblackbox/kbbgame.cpp index f13c0106..988a74fd 100644 --- a/kblackbox/kbbgame.cpp +++ b/kblackbox/kbbgame.cpp @@ -174,7 +174,7 @@ KBBGame::~KBBGame() kConf->writeEntry( "tutorial", (int) tutorial ); delete gameBoard; - // All the rest has "this" for tqparent so it doesn't need to be deleted. + // All the rest has "this" for parent so it doesn't need to be deleted. } |