aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/rosterItem.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/rosterItem.h
parentb5df32d8c9b3ce2f866f0fae729b08d0976553a6 (diff)
downloadqxmpp-0e4b506f70125669d18b09512d935b226be026f2.tar.gz
stop using deprecated methods
Diffstat (limited to 'examples/GuiClient/rosterItem.h')
-rw-r--r--examples/GuiClient/rosterItem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/rosterItem.h b/examples/GuiClient/rosterItem.h
index a5441e2d..f348ee3e 100644
--- a/examples/GuiClient/rosterItem.h
+++ b/examples/GuiClient/rosterItem.h
@@ -48,13 +48,13 @@ public:
QString getName();
void setBareJid(const QString& bareJid);
void setStatusText(const QString& text);
- void setStatusType(QXmppPresence::Status::Type type);
+ void setStatusType(QXmppPresence::AvailableStatusType type);
void setPresenceType(QXmppPresence::Type type);
void setAvatar(const QImage& image);
QImage getAvatar();
QString getBareJid();
QString getStatusText();
- QXmppPresence::Status::Type getStatusType();
+ QXmppPresence::AvailableStatusType getStatusType();
QXmppPresence::Type getPresenceType();
};