summaryrefslogtreecommitdiffstats
path: root/knights/match.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/match.cpp')
-rw-r--r--knights/match.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/match.cpp b/knights/match.cpp
index 68d2bc5..cd35460 100644
--- a/knights/match.cpp
+++ b/knights/match.cpp
@@ -891,7 +891,7 @@ bool match::move( void )
Clock->Pause();
Logic->OnMove = !Logic->OnMove;
- /* Set tqStatus Bar */
+ /* Set Status Bar */
if( Logic->OnMove == WHITE )
{
emit setStatusBar( WHITE_TURN );