summaryrefslogtreecommitdiff
path: root/timeline.h
diff options
context:
space:
mode:
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();