aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/homescreencontrolinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/homescreencontrolinterface.h')
-rw-r--r--HomeScreen/src/homescreencontrolinterface.h4
1 files changed, 2 insertions, 2 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);