X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenAppFrameworkBinderAGL%2Fsrc%2Fhomescreenappframeworkbinderagl.h;h=62e7fcb52a3bbea44f9a375b331556d34a212a41;hb=b9f0e1049e70e9553a752d13de5d4023e85cc662;hp=d1d88ce2689138d5d365d0e17976968e0767d287;hpb=f9e65355cede6829b94b3c0e0e435ed775630913;p=staging%2FHomeScreen.git diff --git a/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.h b/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.h index d1d88ce..62e7fcb 100644 --- a/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.h +++ b/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.h @@ -19,7 +19,7 @@ #include #include -#include "appframework_adapter.h" +#include "appframework_adaptor.h" #include "afm_user_daemon_proxy.h" @@ -33,7 +33,7 @@ private: AppframeworkAdaptor *mp_appframeworkAdaptor; QList m_apps; - //from appframework_adapter.h + //from appframework_adaptor.h public Q_SLOTS: // METHODS QList getAvailableApps(); int launchApp(const QString &name);