summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-25 21:29:23 +0000
committerDenis Shienkov <denis.shienkov@gmail.com>2013-01-26 15:36:13 +0100
commita9d54120233e48b91e6ba1a9800cbceeaed460e7 (patch)
tree1f29ee37fdd729c7302fe5ef033e3654b4a732b8 /tests
parent086698ce1ef923a45a784fa2f6b167185f7e740d (diff)
Call the module QtSerialPort instead of QtAddOnSerialPort
Use the QTSERIALPORT as a term for internal variables as well to remain consistent with the freshly chosen module name. Change-Id: Ia780b105649b39a1eca46702466da5bc31ec5af0 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/serialport/tst_serialport.cpp4
-rw-r--r--tests/manual/serialportinfo/tst_serialportinfo.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/manual/serialport/tst_serialport.cpp b/tests/manual/serialport/tst_serialport.cpp
index 3ae02664..91c55900 100644
--- a/tests/manual/serialport/tst_serialport.cpp
+++ b/tests/manual/serialport/tst_serialport.cpp
@@ -42,8 +42,8 @@
#include <QtTest/QtTest>
#include <QtCore/QDebug>
-#include <QtAddOnSerialPort/serialportinfo.h>
-#include <QtAddOnSerialPort/serialport.h>
+#include <QtSerialPort/serialportinfo.h>
+#include <QtSerialPort/serialport.h>
QT_USE_NAMESPACE_SERIALPORT
diff --git a/tests/manual/serialportinfo/tst_serialportinfo.cpp b/tests/manual/serialportinfo/tst_serialportinfo.cpp
index 205b1b3d..80e01727 100644
--- a/tests/manual/serialportinfo/tst_serialportinfo.cpp
+++ b/tests/manual/serialportinfo/tst_serialportinfo.cpp
@@ -42,8 +42,8 @@
#include <QtTest/QtTest>
#include <QtCore/QDebug>
-#include <QtAddOnSerialPort/serialportinfo.h>
-#include <QtAddOnSerialPort/serialport.h>
+#include <QtSerialPort/serialportinfo.h>
+#include <QtSerialPort/serialport.h>
QT_USE_NAMESPACE_SERIALPORT