summaryrefslogtreecommitdiff
path: root/tvguideosd.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 15:06:07 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 15:06:07 +0200
commitd21b1496f0f80732f290b39610253b857ad7a992 (patch)
tree633444984b091a2b4a224b753a52705e714dbaa5 /tvguideosd.h
parent5ff172c987fc2c6c516c38a2d5018ac1726c54b7 (diff)
downloadvdr-plugin-tvguide-d21b1496f0f80732f290b39610253b857ad7a992.tar.gz
vdr-plugin-tvguide-d21b1496f0f80732f290b39610253b857ad7a992.tar.bz2
Change cGrid to cGridElement
Diffstat (limited to 'tvguideosd.h')
-rw-r--r--tvguideosd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvguideosd.h b/tvguideosd.h
index ee4b750..c9e87a6 100644
--- a/tvguideosd.h
+++ b/tvguideosd.h
@@ -18,7 +18,7 @@ class cTvGuideOsd : public cOsdObject {
private:
cTimeManager *timeManager;
cList<cChannelEpg> columns;
- cGrid *activeGrid;
+ cGridElement *activeGrid;
cStatusHeader *statusHeader;
cDetailView *detailView;
cTimeLine *timeLine;
@@ -45,7 +45,7 @@ private:
void TimeJump(int mode);
void ChannelJump(int num);
void CheckTimeout(void);
- void setNextActiveGrid(cGrid *next);
+ void setNextActiveGrid(cGridElement *next);
void channelForward();
void channelBack();
void timeForward();