From 6b3eda282f90ec1bf1dcb556ed0074ea34efcfaf Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 11 Jul 2019 14:34:31 +0200 Subject: Change cMyTime to cTimeManager --- timeline.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'timeline.h') 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(); -- cgit v1.2.3