summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/manual/qserialport/tst_qserialport.cpp2
-rw-r--r--tests/manual/qserialportinfo/tst_qserialportinfo.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/qserialport/tst_qserialport.cpp b/tests/manual/qserialport/tst_qserialport.cpp
index 7dcbc042..17d4d67d 100644
--- a/tests/manual/qserialport/tst_qserialport.cpp
+++ b/tests/manual/qserialport/tst_qserialport.cpp
@@ -45,7 +45,7 @@
#include <QtSerialPort/qserialportinfo.h>
#include <QtSerialPort/qserialport.h>
-QT_USE_NAMESPACE_SERIALPORT
+QT_USE_NAMESPACE
class tst_QSerialPort : public QObject
{
diff --git a/tests/manual/qserialportinfo/tst_qserialportinfo.cpp b/tests/manual/qserialportinfo/tst_qserialportinfo.cpp
index 2a7fa56b..df7ea432 100644
--- a/tests/manual/qserialportinfo/tst_qserialportinfo.cpp
+++ b/tests/manual/qserialportinfo/tst_qserialportinfo.cpp
@@ -45,7 +45,7 @@
#include <QtSerialPort/qserialportinfo.h>
#include <QtSerialPort/qserialport.h>
-QT_USE_NAMESPACE_SERIALPORT
+QT_USE_NAMESPACE
class tst_QSerialPortInfo : public QObject
{