diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-12-22 13:29:24 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-12-22 13:29:24 +0100 |
commit | 7ff59171e3f907a5584b72f0f8588ed65f22c0bd (patch) | |
tree | 801b1b65840c50a4f1d8abea806fa5c180051df1 /timers.h | |
parent | 84b99ea81095f421ec049dd6b5bd5f0f2fe679c1 (diff) | |
download | vdr-7ff59171e3f907a5584b72f0f8588ed65f22c0bd.tar.gz vdr-7ff59171e3f907a5584b72f0f8588ed65f22c0bd.tar.bz2 |
Changed section handling; replaced 'libdtv' with 'libsi'
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: timers.h 1.5 2003/05/11 13:35:53 kls Exp $ + * $Id: timers.h 1.6 2003/12/13 13:04:21 kls Exp $ */ #ifndef __TIMERS_H @@ -12,7 +12,7 @@ #include "channels.h" #include "config.h" -#include "eit.h" +#include "epg.h" #include "tools.h" enum eTimerActive { taInactive = 0, @@ -39,7 +39,7 @@ private: char *summary; public: cTimer(bool Instant = false, bool Pause = false); - cTimer(const cEventInfo *EventInfo); + cTimer(const cEvent *Event); virtual ~cTimer(); cTimer& operator= (const cTimer &Timer); virtual bool operator< (const cListObject &ListObject); |