diff options
Diffstat (limited to 'client.cxx')
| -rw-r--r-- | client.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ namespace RTClient { , QString const& signature , QString const& gecos , rtclient_user_lang lang - , rtclient_user_timezone timeZone + , rtclient_user_timezone timezone , bool disabled , bool privileged) { @@ -62,7 +62,7 @@ namespace RTClient { , signature.toLatin1().constData() , gecos.toLatin1().constData() , lang - , timeZone + , timezone , disabled , privileged); } |