diff options
Diffstat (limited to 'libtdegames/kgame/dialogs/kgamedialog.h')
-rw-r--r-- | libtdegames/kgame/dialogs/kgamedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kgame/dialogs/kgamedialog.h b/libtdegames/kgame/dialogs/kgamedialog.h index 2530d665..cc123457 100644 --- a/libtdegames/kgame/dialogs/kgamedialog.h +++ b/libtdegames/kgame/dialogs/kgamedialog.h @@ -301,7 +301,7 @@ protected slots: /** * Called when the ADMIN status of this KGame client changes. See * KGameNetwork::signalAdminStatusChanged - * @param isAdmin TRUE if this client is now the ADMIN otherwise FALSE + * @param isAdmin true if this client is now the ADMIN otherwise false **/ void setAdmin(bool isAdmin); |