summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qllcpsocket.h')
-rw-r--r--src/nfc/qllcpsocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nfc/qllcpsocket.h b/src/nfc/qllcpsocket.h
index 7e916b95..efdd9cf2 100644
--- a/src/nfc/qllcpsocket.h
+++ b/src/nfc/qllcpsocket.h
@@ -42,7 +42,7 @@
#ifndef QLLCPSOCKET_H
#define QLLCPSOCKET_H
-#include "../qtconnectivityglobal.h"
+#include "qnfcglobal.h"
#include <QtCore/QIODevice>
#include <QtNetwork/QAbstractSocket>
@@ -52,7 +52,7 @@ QT_BEGIN_HEADER
class QNearFieldTarget;
class QLlcpSocketPrivate;
-class Q_CONNECTIVITY_EXPORT QLlcpSocket : public QIODevice
+class Q_NFC_EXPORT QLlcpSocket : public QIODevice
{
Q_OBJECT
Q_DECLARE_PRIVATE(QLlcpSocket)