00001 /* 00002 PhoneSettings.h 00003 00004 (c) 2003 Paul Volkaerts 00005 00006 Part of the mythTV project 00007 00008 headers for settings for the mythPhone module 00009 */ 00010 00011 #ifndef PHONESETTINGS_H 00012 #define PHONESETTINGS_H 00013 00014 #include "mythtv/settings.h" 00015 #include "mythtv/mythcontext.h" 00016 00017 00018 00019 // The real work. 00020 00021 // Temporary dumping ground for things that have not been properly categorized yet 00022 class MythPhoneSettings : public ConfigurationWizard 00023 { 00024 public: 00025 MythPhoneSettings(); 00026 }; 00027 00028 #endif
1.5.5