summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-05-18 12:41:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-05-18 12:41:18 +0200
commit3e5b31af5e88bc4e43971a70b5add6f67cebb701 (patch)
treeaba62ea0b1ba467df4b938420518f09bbb9900c8 /menu.h
parent4da8a8e0666b3bfc1eac21aaf6a3aa66db02578c (diff)
downloadvdr-3e5b31af5e88bc4e43971a70b5add6f67cebb701.tar.gz
vdr-3e5b31af5e88bc4e43971a70b5add6f67cebb701.tar.bz2
Rearranged OSD class names to make 'cOsd' available for the main OSD interface
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/menu.h b/menu.h
index a0e0851e..70aba6e6 100644
--- a/menu.h
+++ b/menu.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h 1.42 2002/04/13 15:31:41 kls Exp $
+ * $Id: menu.h 1.43 2002/05/18 12:36:06 kls Exp $
*/
#ifndef __MENU_H
@@ -24,7 +24,7 @@ public:
virtual eOSState ProcessKey(eKeys Key);
};
-class cDisplayChannel : public cOsdBase {
+class cDisplayChannel : public cOsdObject {
private:
int group;
bool withInfo;
@@ -40,7 +40,7 @@ public:
virtual eOSState ProcessKey(eKeys Key);
};
-class cDisplayVolume : public cOsdBase {
+class cDisplayVolume : public cOsdObject {
private:
int timeout;
static cDisplayVolume *displayVolume;
@@ -108,7 +108,7 @@ public:
static bool Active(void);
};
-class cReplayControl : public cOsdBase {
+class cReplayControl : public cOsdObject {
private:
cDvbApi *dvbApi;
cMarks marks;