aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRpcIq.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppRpcIq.h')
-rw-r--r--source/QXmppRpcIq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppRpcIq.h b/source/QXmppRpcIq.h
index e21222d6..6af74e1e 100644
--- a/source/QXmppRpcIq.h
+++ b/source/QXmppRpcIq.h
@@ -37,7 +37,7 @@ namespace XMLRPC
QVariant demarshall(const QDomElement &elem, QStringList &errors);
}
-/// \brief The QXmppResponseIq class represents an IQ used to carry
+/// \brief The QXmppRpcResponseIq class represents an IQ used to carry
/// an RPC response as specified by XEP-0009: Jabber-RPC.
///
/// \ingroup Stanzas
@@ -70,7 +70,7 @@ private:
QVariantList m_values;
};
-/// \brief The QXmppInvokeIq class represents an IQ used to carry
+/// \brief The QXmppRpcInvokeIq class represents an IQ used to carry
/// an RPC invocation as specified by XEP-0009: Jabber-RPC.
///
/// \ingroup Stanzas