summaryrefslogtreecommitdiff
path: root/examples/blockingslave/slavethread.cpp
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 /examples/blockingslave/slavethread.cpp
parent086698ce1ef923a45a784fa2f6b167185f7e740d (diff)
downloadqtserialport-a9d54120233e48b91e6ba1a9800cbceeaed460e7.tar.gz
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 'examples/blockingslave/slavethread.cpp')
-rw-r--r--examples/blockingslave/slavethread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blockingslave/slavethread.cpp b/examples/blockingslave/slavethread.cpp
index 2e23821..7f84f94 100644
--- a/examples/blockingslave/slavethread.cpp
+++ b/examples/blockingslave/slavethread.cpp
@@ -41,7 +41,7 @@
#include "slavethread.h"
-#include <QtAddOnSerialPort/serialport.h>
+#include <QtSerialPort/serialport.h>
#include <QTime>