aboutsummaryrefslogtreecommitdiffstats
path: root/examples/coap/consolecoapclient/coaphandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/coap/consolecoapclient/coaphandler.h')
-rw-r--r--examples/coap/consolecoapclient/coaphandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/coap/consolecoapclient/coaphandler.h b/examples/coap/consolecoapclient/coaphandler.h
index 1034ad1..a109a4c 100644
--- a/examples/coap/consolecoapclient/coaphandler.h
+++ b/examples/coap/consolecoapclient/coaphandler.h
@@ -40,7 +40,7 @@
QT_BEGIN_NAMESPACE
class QCoapReply;
-class QCoapDiscoveryReply;
+class QCoapResourceDiscoveryReply;
class QCoapResource;
QT_END_NAMESPACE
@@ -61,7 +61,7 @@ public:
public Q_SLOTS:
void onFinished(QCoapReply *reply);
void onNotified(QCoapReply *reply, QCoapMessage message);
- void onDiscovered(QCoapDiscoveryReply *reply, QVector<QCoapResource> resources);
+ void onDiscovered(QCoapResourceDiscoveryReply *reply, QVector<QCoapResource> resources);
void onResponseToMulticast(QCoapReply *reply, const QCoapMessage& message,
const QHostAddress &sender);
void onError(QCoapReply *reply, QtCoap::Error error);