summaryrefslogtreecommitdiff
path: root/setup_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup_menu.h')
-rw-r--r--setup_menu.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/setup_menu.h b/setup_menu.h
new file mode 100644
index 0000000..53d7996
--- /dev/null
+++ b/setup_menu.h
@@ -0,0 +1,26 @@
+/*
+ * setup_menu.h: Setup Menu
+ *
+ * See the README file for copyright information and how to reach the author.
+ *
+ */
+
+#ifndef __EPGFIXER_SETUP_MENU_H
+#define __EPGFIXER_SETUP_MENU_H
+
+#include <vdr/menuitems.h>
+#include "config.h"
+
+class cMenuSetupEpgfixer : public cMenuSetupPage
+{
+private:
+ cEpgfixerSetup newconfig;
+protected:
+ virtual void Store(void);
+ void Set(void);
+public:
+ cMenuSetupEpgfixer(void);
+ virtual eOSState ProcessKey(eKeys Key);
+};
+
+#endif //__EPGFIXER_SETUP_MENU_H