summaryrefslogtreecommitdiff
path: root/channelcolumn.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 12:06:18 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 12:06:18 +0200
commit3ed46bd8811b842643b6cfbd274440c16bc33aa7 (patch)
tree50c844568c58e3c155394430eb84b6c44101d2b3 /channelcolumn.h
parent81759f95cbd2c85a26749afba81637a6fb41062c (diff)
downloadvdr-plugin-tvguide-3ed46bd8811b842643b6cfbd274440c16bc33aa7.tar.gz
vdr-plugin-tvguide-3ed46bd8811b842643b6cfbd274440c16bc33aa7.tar.bz2
Rename channelcolumn to channelepg
Diffstat (limited to 'channelcolumn.h')
-rw-r--r--channelcolumn.h14
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