aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src')
-rw-r--r--HomeScreen/src/homescreencontrolinterface.h4
-rw-r--r--HomeScreen/src/mainwindow.h4
-rw-r--r--HomeScreen/src/popupwidget.h4
-rw-r--r--HomeScreen/src/statusbarwidget.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/HomeScreen/src/homescreencontrolinterface.h b/HomeScreen/src/homescreencontrolinterface.h
index 04e47cb..39652f1 100644
--- a/HomeScreen/src/homescreencontrolinterface.h
+++ b/HomeScreen/src/homescreencontrolinterface.h
@@ -3,7 +3,7 @@
#include <QObject>
#include "include/homescreen.hpp"
-#include "homescreen_adapter.h"
+#include "homescreen_adaptor.h"
#include <include/appframework.hpp>
#include <appframework_proxy.h>
@@ -23,7 +23,7 @@ signals:
bool newRequestRenderSurfaceToAreaAllowed(int surfaceId, int layoutArea);
void newRequestSurfaceIdToFullScreen(int surfaceId);
-//from homescreen_adapter.h
+//from homescreen_adaptor.h
public Q_SLOTS: // METHODS
QList<int> getAllSurfacesOfProcess(int pid);
int getSurfaceStatus(int surfaceId);
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);
diff --git a/HomeScreen/src/popupwidget.h b/HomeScreen/src/popupwidget.h
index eaf41de..97db3ba 100644
--- a/HomeScreen/src/popupwidget.h
+++ b/HomeScreen/src/popupwidget.h
@@ -19,7 +19,7 @@
#include <QWidget>
#include <include/popup.hpp>
-#include "popup_adapter.h"
+#include "popup_adaptor.h"
namespace Ui {
class PopupWidget;
@@ -35,7 +35,7 @@ public:
public slots:
void updateColorScheme();
- // from popup_adapter.h
+ // from popup_adaptor.h
public Q_SLOTS: // METHODS
void showPopup(int /*type*/, const QString &text);
void showPopupComboBox(const QString &text, const QStringList &choices);
diff --git a/HomeScreen/src/statusbarwidget.h b/HomeScreen/src/statusbarwidget.h
index 29c236d..cac856d 100644
--- a/HomeScreen/src/statusbarwidget.h
+++ b/HomeScreen/src/statusbarwidget.h
@@ -18,7 +18,7 @@
#define STATUSBARWIDGET_H
#include <QWidget>
-#include "statusbar_adapter.h"
+#include "statusbar_adaptor.h"
namespace Ui {
class StatusBarWidget;
@@ -34,7 +34,7 @@ public:
public slots:
void updateColorScheme();
-// from statusbar_adapter.h
+// from statusbar_adaptor.h
public Q_SLOTS: // METHODS
QList<int> getAvailablePlaceholders();
QString getStatusIcon(int placeholderIndex);