00001 #ifndef WELCOMESETTINGS_H 00002 #define WELCOMESETTINGS_H 00003 00004 #include <mythconfigdialogs.h> 00005 00006 class MythWelcomeSettings : public ConfigurationWizard 00007 { 00008 public: 00009 MythWelcomeSettings(); 00010 }; 00011 00012 class MythShutdownSettings : public ConfigurationWizard 00013 { 00014 public: 00015 MythShutdownSettings(); 00016 }; 00017 00018 #endif