aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-11-08 10:13:43 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-11-08 10:13:43 +0000
commit4e929a0dba54816fea45e9a90a749f5afae6c541 (patch)
tree0e4b61f8b610957e66812ea30b398b1da7f54f8f /examples/GuiClient
parent8a1e6899ea9c5d0b627ba625f101b5c586c182dd (diff)
downloadqxmpp-4e929a0dba54816fea45e9a90a749f5afae6c541.tar.gz
fix profile dialog for new QXmppEntityTimeIq API
Diffstat (limited to 'examples/GuiClient')
-rw-r--r--examples/GuiClient/profileDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/profileDialog.cpp b/examples/GuiClient/profileDialog.cpp
index bfe30591..57e01b33 100644
--- a/examples/GuiClient/profileDialog.cpp
+++ b/examples/GuiClient/profileDialog.cpp
@@ -111,7 +111,7 @@ void profileDialog::updateText()
{
statusText += "<B>Time: </B>" + QString("utc=%1 [tzo=%2]").
arg(m_time[resource].utc().toString()).
- arg(m_time[resource].tzo());
+ arg(timezoneOffsetToString(m_time[resource].tzo()));
statusText += "<BR>";
}