diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-11 12:06:18 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-11 12:06:18 +0200 |
commit | 3ed46bd8811b842643b6cfbd274440c16bc33aa7 (patch) | |
tree | 50c844568c58e3c155394430eb84b6c44101d2b3 /epggrid.h | |
parent | 81759f95cbd2c85a26749afba81637a6fb41062c (diff) | |
download | vdr-plugin-tvguide-3ed46bd8811b842643b6cfbd274440c16bc33aa7.tar.gz vdr-plugin-tvguide-3ed46bd8811b842643b6cfbd274440c16bc33aa7.tar.bz2 |
Rename channelcolumn to channelepg
Diffstat (limited to 'epggrid.h')
-rw-r--r-- | epggrid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |