00001 #ifndef GALLERYSETTINGS_H 00002 #define GALLERYSETTINGS_H 00003 00004 #include "mythtv/settings.h" 00005 #include "mythtv/mythcontext.h" 00006 00007 class GallerySettings : public ConfigurationWizard 00008 { 00009 public: 00010 GallerySettings(); 00011 }; 00012 00013 #endif
1.5.5