aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/src/homescreenhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/src/homescreenhandler.h')
-rw-r--r--launcher/src/homescreenhandler.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/launcher/src/homescreenhandler.h b/launcher/src/homescreenhandler.h
index 09b6848..6f0602d 100644
--- a/launcher/src/homescreenhandler.h
+++ b/launcher/src/homescreenhandler.h
@@ -19,7 +19,8 @@
#define HOMESCREENHANDLER_H
#include <QObject>
-#include <libhomescreen.hpp>
+#include <QQuickWindow>
+#include <qlibhomescreen.h>
#include <string>
#include <qlibwindowmanager.h>
@@ -41,13 +42,14 @@ public:
static void* myThis;
static void onRep_static(struct json_object* reply_contents);
+ void setQuickWindow(QQuickWindow *qw);
signals:
void initAppList(QString data);
void appListUpdate(QStringList info);
private:
- LibHomeScreen *mp_hs;
+ QLibHomeScreen *mp_qhs;
QLibWindowmanager *mp_qwm;
QString m_myname;
};