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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qllcpsocket.h b/src/nfc/qllcpsocket.h
index efdd9cf2..33c8a280 100644
--- a/src/nfc/qllcpsocket.h
+++ b/src/nfc/qllcpsocket.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the Qt Mobility Components.
+** This file is part of the QtNfc module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
@@ -49,6 +49,8 @@
QT_BEGIN_HEADER
+QTNFC_BEGIN_NAMESPACE
+
class QNearFieldTarget;
class QLlcpSocketPrivate;
@@ -126,6 +128,8 @@ private:
QLlcpSocketPrivate *d_ptr;
};
+QTNFC_END_NAMESPACE
+
QT_END_HEADER
#endif // QLLCPSOCKET_H