summaryrefslogtreecommitdiff
path: root/epggrid.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 /epggrid.h
parent81759f95cbd2c85a26749afba81637a6fb41062c (diff)
downloadvdr-plugin-tvguide-3ed46bd8811b842643b6cfbd274440c16bc33aa7.tar.gz
vdr-plugin-tvguide-3ed46bd8811b842643b6cfbd274440c16bc33aa7.tar.bz2
Rename channelcolumn to channelepg
Diffstat (limited to 'epggrid.h')
-rw-r--r--epggrid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epggrid.h b/epggrid.h
index 5f017ca..4d4a774 100644
--- a/epggrid.h
+++ b/epggrid.h
@@ -16,7 +16,7 @@ private:
void drawIcon(cString iconText, tColor color);
time_t Duration(void) { return event->Duration(); };
public:
- cEpgGrid(cChannelColumn *c, const cEvent *event);
+ cEpgGrid(cChannelEpg *c, const cEvent *event);
virtual ~cEpgGrid(void);
void SetViewportHeight();
void PositionPixmap();