aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient')
-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);