aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppStanza.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppStanza.h')
-rw-r--r--src/QXmppStanza.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/QXmppStanza.h b/src/QXmppStanza.h
index 35961d3b..aa2285f4 100644
--- a/src/QXmppStanza.h
+++ b/src/QXmppStanza.h
@@ -104,13 +104,6 @@ public:
/// \cond
void parse(const QDomElement &element);
void toXml(QXmlStreamWriter *writer) const;
-
- // deprecated in release 0.2.0
- // deprecated accessors, use the form without "get" instead
- int Q_DECL_DEPRECATED getCode() const;
- QString Q_DECL_DEPRECATED getText() const;
- Condition Q_DECL_DEPRECATED getCondition() const;
- Type Q_DECL_DEPRECATED getType() const;
/// \endcond
private:
@@ -151,14 +144,6 @@ public:
// FIXME : why is this needed?
bool isErrorStanza();
- // deprecated in release 0.2.0
- // deprecated accessors, use the form without "get" instead
- QString Q_DECL_DEPRECATED getTo() const;
- QString Q_DECL_DEPRECATED getFrom() const;
- QString Q_DECL_DEPRECATED getId() const;
- QString Q_DECL_DEPRECATED getLang() const;
- QXmppStanza::Error Q_DECL_DEPRECATED getError() const;
-
protected:
void generateAndSetNextId();
void parse(const QDomElement &element);