aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/mainwindow.h')
-rw-r--r--HomeScreen/src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/HomeScreen/src/mainwindow.h b/HomeScreen/src/mainwindow.h
index 4b41761..28471a0 100644
--- a/HomeScreen/src/mainwindow.h
+++ b/HomeScreen/src/mainwindow.h
@@ -19,7 +19,7 @@
#include <QMainWindow>
#include "daynightmode_proxy.h"
-#include "proximity_adapter.h"
+#include "proximity_adaptor.h"
#include "homescreencontrolinterface.h"
@@ -48,7 +48,7 @@ public:
public Q_SLOTS:
void dayNightModeSlot(int mode);
-// from proximity_adapter.h
+// from proximity_adaptor.h
public Q_SLOTS:
void setObjectDetected(bool detected);