summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.cxx b/client.cxx
index 2a8d3fc..16b1a09 100644
--- a/client.cxx
+++ b/client.cxx
@@ -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);
}