00001 // -*- Mode: c++ -*- 00002 // vim: set expandtab tabstop=4 shiftwidth=4: 00003 00004 #ifndef _FREQUENCY_TABLE_SETTING_H_ 00005 #define _FREQUENCY_TABLE_SETTING_H_ 00006 00007 // MythTV headers 00008 #include "settings.h" 00009 00010 class ScanFrequencyTable: public ComboBoxSetting, public TransientStorage 00011 { 00012 public: 00013 ScanFrequencyTable(); 00014 }; 00015 00016 class ScanCountry : public ComboBoxSetting, public TransientStorage 00017 { 00018 public: 00019 ScanCountry(); 00020 }; 00021 00022 class ScanNetwork : public ComboBoxSetting, public TransientStorage 00023 { 00024 public: 00025 ScanNetwork(); 00026 }; 00027 00028 #endif // _FREQUENCY_TABLE_SETTING_H_