From 759af0a48df36faf4ffda0d515cabcd6ffd9ee6e Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 2 Apr 2015 15:11:34 +0200 Subject: introduced libskindesignerapi --- channelepg.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'channelepg.h') diff --git a/channelepg.h b/channelepg.h index 2a575ce..9785799 100644 --- a/channelepg.h +++ b/channelepg.h @@ -3,7 +3,7 @@ #include #include -#include "libskindesigner/osdelements.h" +#include #include "config.h" #include "gridelement.h" #include "epgelement.h" @@ -27,7 +27,7 @@ private: bool hasTimer; bool hasSwitchTimer; cGridElement *AddEpgGrid(const cEvent *event, cGridElement *after = NULL); - cGridElement *AddDummyGrid(time_t start, time_t end, cGridElement *after = NULL); + void AddDummyGrid(time_t start, time_t end, cGridElement *after = NULL); public: cChannelEpg(int position, const cChannel *channel, cTimeManager *timeManager); virtual ~cChannelEpg(void); @@ -51,10 +51,10 @@ public: void SetSwitchTimer() {hasSwitchTimer = SwitchTimers.ChannelInSwitchList(channel);}; bool HasSwitchTimer() { return hasSwitchTimer; }; void ClearGrids(void); - void DrawHeader(cViewGrid *channelsGrid); - void DrawGrids(cViewGrid *epgGrid); - void DeleteOutdated(cViewGrid *epgGrid); - void DeleteGridViews(cViewGrid *epgGrid); + void DrawHeader(skindesignerapi::cViewGrid *channelsGrid); + void DrawGrids(skindesignerapi::cViewGrid *epgGrid); + void DeleteOutdated(skindesignerapi::cViewGrid *epgGrid); + void DeleteGridViews(skindesignerapi::cViewGrid *epgGrid); void Debug(void); }; -- cgit v1.2.3