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 6008009d..a46c008c 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 changeStatus(Player); + void changetqStatus(Player); void showWinner(Player winner); void showSettings(); |