From 99ddb55a4dc4be988ed09c9b376aef4b0a1f4079 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Thu, 7 Feb 2013 13:05:19 +0000 Subject: 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 --- tests/manual/qserialport/tst_qserialport.cpp | 2 +- tests/manual/qserialportinfo/tst_qserialportinfo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/manual/qserialport/tst_qserialport.cpp b/tests/manual/qserialport/tst_qserialport.cpp index 7dcbc04..17d4d67 100644 --- a/tests/manual/qserialport/tst_qserialport.cpp +++ b/tests/manual/qserialport/tst_qserialport.cpp @@ -45,7 +45,7 @@ #include #include -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 2a7fa56..df7ea43 100644 --- a/tests/manual/qserialportinfo/tst_qserialportinfo.cpp +++ b/tests/manual/qserialportinfo/tst_qserialportinfo.cpp @@ -45,7 +45,7 @@ #include #include -QT_USE_NAMESPACE_SERIALPORT +QT_USE_NAMESPACE class tst_QSerialPortInfo : public QObject { -- cgit v1.2.1