summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-30 11:59:42 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-30 11:59:42 +0800
commiteba11889c757985b164c82da4d4b9b1a850c4c92 (patch)
tree9f8942be787644f7a1f01b76d78fde5bc80ddbc2 /client.cxx
parent8df77978203d33015c3a01fec1f4725add079919 (diff)
Rename timeZone to timezone
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);
}