trunk 20080912
[gitenigma.git] / src / enigma_setup.h
blobd30bdb99efff24f58d531f25126e6a1fc4ef6faa
1 #ifndef __enigma_setup_h
2 #define __enigma_setup_h
4 #include <src/setup_window.h>
6 class eZapSetup: public eSetupWindow
8 private:
9 void system_settings();
10 void service_organising();
11 void service_searching();
12 #ifndef DISABLE_CI
13 void common_interface();
14 #endif
15 void expert_setup();
16 void parental_lock();
17 #ifndef DISABLE_HDD
18 #ifndef DISABLE_FILE
19 void timeshift_setup();
20 #endif
21 #endif
22 public:
23 eZapSetup();
26 #endif /* __enigma_setup_h */