Add 2017 to copyright
[staging/HomeScreen.git] / HomeScreen / src / mainwindow.h
index 4b41761..ebcfea2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH
+ * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 #include <QMainWindow>
 #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;