diff options
Diffstat (limited to 'channelcolumn.h')
-rw-r--r-- | channelcolumn.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/channelcolumn.h b/channelcolumn.h index cd32e82..30b4211 100644 --- a/channelcolumn.h +++ b/channelcolumn.h @@ -1,5 +1,5 @@ -#ifndef __TVGUIDE_CHANNELCOLUMN_H -#define __TVGUIDE_CHANNELCOLUMN_H +#ifndef __TVGUIDE_CHANNELEPG_H +#define __TVGUIDE_CHANNELEPG_H #include <vdr/tools.h> #include "grid.h" @@ -11,9 +11,9 @@ class cGrid; class cEpgGrid; class cHeaderGrid; -// --- cChannelColumn ------------------------------------------------------------- +// --- cChannelEpg ------------------------------------------------------------- -class cChannelColumn : public cListObject, public cStyledPixmap { +class cChannelEpg : public cListObject, public cStyledPixmap { private: cMyTime *myTime; int num; @@ -30,8 +30,8 @@ private: cGrid *addEpgGrid(const cEvent *event, cGrid *firstGrid, bool color); cGrid *addDummyGrid(time_t start, time_t end, cGrid *firstGrid, bool color); public: - cChannelColumn(int num, const cChannel *channel, cMyTime *myTime); - virtual ~cChannelColumn(void); + cChannelEpg(int num, const cChannel *channel, cMyTime *myTime); + virtual ~cChannelEpg(void); void createHeader(); void drawHeader(); bool readGrids(); @@ -66,4 +66,4 @@ public: void dumpGrids(); }; -#endif //__TVGUIDE_CHANNELCOLUMN_H +#endif //__TVGUIDE_CHANNELEPG_H |