diff options
Diffstat (limited to 'epggrid.c')
-rw-r--r-- | epggrid.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ #include "services/remotetimers.h" -#include "channelcolumn.h" +#include "channelepg.h" #include "tools.h" #include "epggrid.h" -cEpgGrid::cEpgGrid(cChannelColumn *c, const cEvent *event) : cGrid(c) { +cEpgGrid::cEpgGrid(cChannelEpg *c, const cEvent *event) : cGrid(c) { this->event = event; extText = new cTextWrapper(); hasTimer = false; |