X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreenSimulator%2Fsrc%2Fmainwindow.h;h=cf430027ae3fd152d39a0b2f6eac928c2a794ce2;hp=3b1855ce722570461f3b7734b5fe2450759a6b3d;hb=ffad9fd5bed339b7ae3bd8086f1c90ce1b6dc69b;hpb=d726a91974d959a5765ab7d3b3c939132febd2e5 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 #include -#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;