aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
-rw-r--r--examples/GuiClient/mainDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h
index 75a1b2bd..21892729 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -69,7 +69,7 @@ private slots:
void messageReceived(const QXmppMessage& msg);
void statusTextChanged(const QString&);
void presenceTypeChanged(QXmppPresence::Type);
- void presenceStatusTypeChanged(QXmppPresence::Status::Type);
+ void presenceStatusTypeChanged(QXmppPresence::AvailableStatusType);
void signIn();
void cancelSignIn();
void showSignInPage();