summaryrefslogtreecommitdiff
path: root/timeline.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 14:34:31 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 14:34:31 +0200
commit6b3eda282f90ec1bf1dcb556ed0074ea34efcfaf (patch)
tree76b2d886960165022d1498ac1dc37698c296924b /timeline.h
parent107f3f945fc72e75fa2979a6011dd8507fa8ac77 (diff)
downloadvdr-plugin-tvguide-6b3eda282f90ec1bf1dcb556ed0074ea34efcfaf.tar.gz
vdr-plugin-tvguide-6b3eda282f90ec1bf1dcb556ed0074ea34efcfaf.tar.bz2
Change cMyTime to cTimeManager
Diffstat (limited to 'timeline.h')
-rw-r--r--timeline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/timeline.h b/timeline.h
index 2cc7b26..da207bf 100644
--- a/timeline.h
+++ b/timeline.h
@@ -8,7 +8,7 @@
class cTimeLine {
private:
- cMyTime *myTime;
+ cTimeManager *timeManager;
cStyledPixmap *dateViewer;
cPixmap *timeline;
cStyledPixmap *clock;
@@ -18,7 +18,7 @@ private:
cImage *createBackgroundImage(int width, int height, tColor clrBgr, tColor clrBlend);
void drawCurrentTimeBase(void);
public:
- cTimeLine(cMyTime *myTime);
+ cTimeLine(cTimeManager *timeManager);
virtual ~cTimeLine(void);
void setTimeline();
void drawDateViewer();