summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qllcpserver.h')
-rw-r--r--src/nfc/qllcpserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nfc/qllcpserver.h b/src/nfc/qllcpserver.h
index 7a43b237..fad019cf 100644
--- a/src/nfc/qllcpserver.h
+++ b/src/nfc/qllcpserver.h
@@ -42,7 +42,7 @@
#ifndef QLLCPSERVER_H
#define QLLCPSERVER_H
-#include "../qtconnectivityglobal.h"
+#include "qnfcglobal.h"
#include <qllcpsocket.h>
@@ -52,7 +52,7 @@ QT_BEGIN_HEADER
class QLlcpServerPrivate;
-class Q_CONNECTIVITY_EXPORT QLlcpServer : public QObject
+class Q_NFC_EXPORT QLlcpServer : public QObject
{
Q_OBJECT
Q_DECLARE_PRIVATE(QLlcpServer)