X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fmainwindow.h;h=0747e46316a7e4915fc49584ac812da04e680e38;hb=refs%2Fheads%2Fsandbox%2Fmaitai%2Fforgerock4;hp=4b4176112ee09c992f88e6d1332740c577f7fe99;hpb=c32114eb2ccbe142d73c06a5992544d6eacb97d0;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/mainwindow.h b/HomeScreen/src/mainwindow.h index 4b41761..0747e46 100644 --- a/HomeScreen/src/mainwindow.h +++ b/HomeScreen/src/mainwindow.h @@ -19,14 +19,14 @@ #include #include "daynightmode_proxy.h" -#include "proximity_adapter.h" +#include "proximity_adaptor.h" #include "homescreencontrolinterface.h" #include "statusbarwidget.h" #include "controlbarwidget.h" #include "settingswidget.h" -#include "applauncherwidget.h" +//#include "applauncher.h" #include "popupwidget.h" #include "layouthandler.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); @@ -68,7 +68,7 @@ private: ControlBarWidget *mp_controlBarWidget; org::agl::daynightmode *mp_dBusDayNightMode_ControlBarWidget; SettingsWidget *mp_settingsWidget; - AppLauncherWidget *mp_applauncherwidget; + //AppLauncherWidget *mp_applauncherwidget; PopupWidget *mp_popupWidget; LayoutHandler *mp_layoutHandler;