From 759af0a48df36faf4ffda0d515cabcd6ffd9ee6e Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 2 Apr 2015 15:11:34 +0200 Subject: introduced libskindesignerapi --- epggrid.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'epggrid.h') diff --git a/epggrid.h b/epggrid.h index 4514f5b..5922f38 100644 --- a/epggrid.h +++ b/epggrid.h @@ -6,7 +6,7 @@ #include "timeline.h" #include "channelgroups.h" #include "channeljump.h" -#include "libskindesigner/osdelements.h" +#include class cEpgGrid { private: @@ -14,14 +14,14 @@ private: int channelsPerPage; int channelGroupLast; long oldActiveGridId; - cOsdView *rootView; + skindesignerapi::cOsdView *rootView; cTimeManager *timeManager; - cViewElement *back; - cViewElement *header; - cViewElement *watch; - cViewElement *footer; - cViewGrid *channelsGrid; - cViewGrid *epgGrid; + skindesignerapi::cViewElement *back; + skindesignerapi::cViewElement *header; + skindesignerapi::cViewElement *watch; + skindesignerapi::cViewElement *footer; + skindesignerapi::cViewGrid *channelsGrid; + skindesignerapi::cViewGrid *epgGrid; cTimeline *timeline; cChannelgroups *channelGroups; cList channels; @@ -34,7 +34,7 @@ private: const cChannel *SeekChannelBack(int num); void ClearOutdatedChannelHeaders(void); public: - cEpgGrid(cOsdView *rootView, cTimeManager *timeManager); + cEpgGrid(skindesignerapi::cOsdView *rootView, cTimeManager *timeManager); virtual ~cEpgGrid(void); void Deactivate(bool hide) { lastSecond = -1; rootView->Deactivate(hide); }; void Activate(void) { DrawTime(); rootView->Activate(); }; -- cgit v1.2.3