summaryrefslogtreecommitdiff
path: root/examples/master/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/master/dialog.h')
-rw-r--r--examples/master/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/master/dialog.h b/examples/master/dialog.h
index 0dfa271..e2100ac 100644
--- a/examples/master/dialog.h
+++ b/examples/master/dialog.h
@@ -83,7 +83,7 @@ private:
QLabel *statusLabel;
QPushButton *runButton;
- SerialPort serial;
+ QSerialPort serial;
QByteArray response;
QTimer timer;
};