summaryrefslogtreecommitdiff
path: root/recmenuitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'recmenuitem.h')
-rw-r--r--recmenuitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recmenuitem.h b/recmenuitem.h
index 4af307a..9e0c877 100644
--- a/recmenuitem.h
+++ b/recmenuitem.h
@@ -122,7 +122,7 @@ public:
virtual time_t GetTimeValue(void) { return 0; };
virtual bool GetBoolValue(void) { return false; };
virtual cString GetStringValue(void) { return cString(""); };
- virtual const cEvent *GetEventValue(void) { return NULL; };
+ virtual const cEvent *GetEvent(void) { return NULL; };
virtual const cTimer *GetTimerValue(void) { return NULL; };
virtual eRecMenuState ProcessKey(eKeys Key) { return rmsNotConsumed; };
};
@@ -487,7 +487,7 @@ public:
void SetPixmaps(void);
void Hide(void);
void Show(void);
- const cEvent *GetEventValue(void) { return event; };
+ const cEvent *GetEvent(void) { return event; };
eRecMenuState ProcessKey(eKeys Key);
void Draw(void);
};