aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-12 22:57:02 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-12 22:57:02 +0200
commit07dc81d9793a40b2cc8aef435597451434c08b1d (patch)
treeb7dccbd5b919f5c7b0ae26fc5dd48aad8a1767a2 /examples/GuiClient/mainDialog.cpp
parent0e4b506f70125669d18b09512d935b226be026f2 (diff)
downloadqxmpp-07dc81d9793a40b2cc8aef435597451434c08b1d.tar.gz
stop using obsolete signal
Diffstat (limited to 'examples/GuiClient/mainDialog.cpp')
-rw-r--r--examples/GuiClient/mainDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp
index 62dcf42f..3e45ed07 100644
--- a/examples/GuiClient/mainDialog.cpp
+++ b/examples/GuiClient/mainDialog.cpp
@@ -76,7 +76,7 @@ mainDialog::mainDialog(QWidget *parent): QDialog(parent, Qt::Window),
Q_ASSERT(check);
check = connect(&m_xmppClient.rosterManager(),
- SIGNAL(rosterChanged(QString)),
+ SIGNAL(itemChanged(QString)),
this, SLOT(rosterChanged(QString)));
Q_ASSERT(check);