summaryrefslogtreecommitdiffstats
path: root/examples/network/secureudpclient/association.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/secureudpclient/association.h')
-rw-r--r--examples/network/secureudpclient/association.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/network/secureudpclient/association.h b/examples/network/secureudpclient/association.h
index 8bb7bbc011..4822d7c0c9 100644
--- a/examples/network/secureudpclient/association.h
+++ b/examples/network/secureudpclient/association.h
@@ -6,8 +6,6 @@
#include <QtNetwork>
#include <QtCore>
-QT_BEGIN_NAMESPACE
-
//! [0]
class DtlsAssociation : public QObject
{
@@ -45,6 +43,4 @@ private:
};
//! [0]
-QT_END_NAMESPACE
-
#endif // ASSOCIATION_H