summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialbus/can/mainwindow.h')
-rw-r--r--examples/serialbus/can/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/serialbus/can/mainwindow.h b/examples/serialbus/can/mainwindow.h
index 8e1b142..aff6c94 100644
--- a/examples/serialbus/can/mainwindow.h
+++ b/examples/serialbus/can/mainwindow.h
@@ -45,7 +45,7 @@
#include <QMainWindow>
-class SettingsDialog;
+class ConnectDialog;
QT_BEGIN_NAMESPACE
@@ -81,7 +81,7 @@ private:
Ui::MainWindow *m_ui;
QLabel *m_status;
- SettingsDialog *m_settings;
+ ConnectDialog *m_connectDialog;
QCanBusDevice *m_canDevice;
};