aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-12 22:53:37 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-12 22:53:37 +0200
commit0e4b506f70125669d18b09512d935b226be026f2 (patch)
treee6cf63eae83200c6fc92865185518d24cd107828 /examples/GuiClient/mainDialog.h
parentb5df32d8c9b3ce2f866f0fae729b08d0976553a6 (diff)
downloadqxmpp-0e4b506f70125669d18b09512d935b226be026f2.tar.gz
stop using deprecated methods
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();