summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpsocket_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qllcpsocket_p.h')
-rw-r--r--src/nfc/qllcpsocket_p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qllcpsocket_p.h b/src/nfc/qllcpsocket_p.h
index 598361c4..0c0aac4f 100644
--- a/src/nfc/qllcpsocket_p.h
+++ b/src/nfc/qllcpsocket_p.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
@@ -46,6 +46,8 @@
#include "qllcpsocket.h"
+QTNFC_BEGIN_NAMESPACE
+
class QLlcpSocketPrivate
{
Q_DECLARE_PUBLIC(QLlcpSocket)
@@ -90,4 +92,6 @@ private:
QLlcpSocket *q_ptr;
};
+QTNFC_END_NAMESPACE
+
#endif // QLLCPSOCKET_P_H