summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_win_p.h
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-02-07 13:05:19 +0000
committerLaszlo Papp <lpapp@kde.org>2013-02-07 16:16:46 +0100
commit99ddb55a4dc4be988ed09c9b376aef4b0a1f4079 (patch)
tree2a48102f397fd9417808c71a4a2c7b98f4d675eb /src/serialport/qserialport_win_p.h
parent6a19f9af432975cd3a354c466b1511b4a34b907c (diff)
Remove the QtSerialPort namespace define and hence namespace usage
* This is for following the convention in the Qt Project with the rest. * This fixes examples and tests to build now as all of them are broken due to the regression. Change-Id: I3f4d64d97466520aea621da582a64a0d97e32136 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'src/serialport/qserialport_win_p.h')
-rw-r--r--src/serialport/qserialport_win_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/serialport/qserialport_win_p.h b/src/serialport/qserialport_win_p.h
index 5f4f97b3..7f20a9de 100644
--- a/src/serialport/qserialport_win_p.h
+++ b/src/serialport/qserialport_win_p.h
@@ -57,8 +57,6 @@ class QThread;
#include <QtCore/qmutex.h>
#endif
-QT_BEGIN_NAMESPACE_SERIALPORT
-
#ifndef Q_OS_WINCE
class AbstractOverlappedEventNotifier;
#endif
@@ -159,8 +157,6 @@ private:
};
-QT_END_NAMESPACE_SERIALPORT
-
QT_END_NAMESPACE
#endif // QSERIALPORT_WIN_P_H