aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/utils.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/utils.h
parentb5df32d8c9b3ce2f866f0fae729b08d0976553a6 (diff)
downloadqxmpp-0e4b506f70125669d18b09512d935b226be026f2.tar.gz
stop using deprecated methods
Diffstat (limited to 'examples/GuiClient/utils.h')
-rw-r--r--examples/GuiClient/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/utils.h b/examples/GuiClient/utils.h
index 6126d1ed..6f6f3366 100644
--- a/examples/GuiClient/utils.h
+++ b/examples/GuiClient/utils.h
@@ -31,7 +31,7 @@
#include <QBuffer>
#include <QImageReader>
-int comparisonWeightsPresenceStatusType(QXmppPresence::Status::Type);
+int comparisonWeightsPresenceStatusType(QXmppPresence::AvailableStatusType);
int comparisonWeightsPresenceType(QXmppPresence::Type);
QString presenceToStatusText(const QXmppPresence& presence);