summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_wince.cpp
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_wince.cpp
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_wince.cpp')
-rw-r--r--src/serialport/qserialport_wince.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/serialport/qserialport_wince.cpp b/src/serialport/qserialport_wince.cpp
index 18835051..2382cdd7 100644
--- a/src/serialport/qserialport_wince.cpp
+++ b/src/serialport/qserialport_wince.cpp
@@ -50,8 +50,6 @@
QT_BEGIN_NAMESPACE
-QT_BEGIN_NAMESPACE_SERIALPORT
-
class QSerialPortPrivate;
class CommEventNotifier : public QThread
@@ -503,6 +501,4 @@ QString QSerialPortPrivate::portNameFromSystemLocation(const QString &location)
#include "qserialport_wince.moc"
-QT_END_NAMESPACE_SERIALPORT
-
QT_END_NAMESPACE