summaryrefslogtreecommitdiffstats
path: root/src/nfc/qndeffilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qndeffilter.cpp')
-rw-r--r--src/nfc/qndeffilter.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nfc/qndeffilter.cpp b/src/nfc/qndeffilter.cpp
index ce25c4ab..aaa34ebd 100644
--- a/src/nfc/qndeffilter.cpp
+++ b/src/nfc/qndeffilter.cpp
@@ -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
@@ -43,6 +43,8 @@
#include <QtCore/QList>
+QTNFC_BEGIN_NAMESPACE
+
/*!
\class QNdefFilter
\brief The QNdefFilter class provides a filter for matching NDEF messages.
@@ -200,3 +202,4 @@ int QNdefFilter::recordCount() const
return d->filterRecords.count();
}
+QTNFC_END_NAMESPACE