summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpserver_symbian_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qllcpserver_symbian_p.h')
-rw-r--r--src/nfc/qllcpserver_symbian_p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qllcpserver_symbian_p.h b/src/nfc/qllcpserver_symbian_p.h
index e8d67654..3e3530f5 100644
--- a/src/nfc/qllcpserver_symbian_p.h
+++ b/src/nfc/qllcpserver_symbian_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
@@ -53,6 +53,8 @@ class QLlcpSocket;
QT_BEGIN_HEADER
+QTNFC_BEGIN_NAMESPACE
+
class QLlcpServerPrivate
{
Q_DECLARE_PUBLIC(QLlcpServer)
@@ -81,6 +83,8 @@ private:
QList<QPointer<QLlcpSocket> > m_pendingConnections;
};
+QTNFC_END_NAMESPACE
+
QT_END_HEADER
#endif // QLLCPSERVER_P_H