diff options
Diffstat (limited to 'ktron/ktron.h')
-rw-r--r-- | ktron/ktron.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktron/ktron.h b/ktron/ktron.h index a46c008c..6008009d 100644 --- a/ktron/ktron.h +++ b/ktron/ktron.h @@ -58,7 +58,7 @@ protected: private slots: void loadSettings(); /** updates players points in statusbar and checks if someone has won */ - void changetqStatus(Player); + void changeStatus(Player); void showWinner(Player winner); void showSettings(); |