aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenSimulator/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreenSimulator/src/mainwindow.h')
-rw-r--r--HomeScreenSimulator/src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/HomeScreenSimulator/src/mainwindow.h b/HomeScreenSimulator/src/mainwindow.h
index 3b1855c..cf43002 100644
--- a/HomeScreenSimulator/src/mainwindow.h
+++ b/HomeScreenSimulator/src/mainwindow.h
@@ -19,7 +19,7 @@
#include <QMainWindow>
#include <include/daynightmode.hpp>
-#include "daynightmode_adapter.h"
+#include "daynightmode_adaptor.h"
#include "statusbar_proxy.h"
#include "popup_proxy.h"
@@ -65,7 +65,7 @@ private slots:
private:
Ui::MainWindow *mp_ui;
- DaynightmodeAdaptor *mp_dBusDayNightModeAdapter;
+ DaynightmodeAdaptor *mp_dBusDayNightModeAdaptor;
org::agl::statusbar *mp_dBusStatusBarProxy;
org::agl::popup *mp_dBusPopupProxy;
org::agl::proximity *mp_dBusProximityProxy;