00001 /* 00002 zoneminder settings. 00003 */ 00004 00005 #ifndef ZMSETTINGS_H 00006 #define ZMSETTINGS_H 00007 00008 #include <mythtv/settings.h> 00009 00010 00011 class ZMSettings : public ConfigurationWizard 00012 { 00013 public: 00014 ZMSettings(); 00015 }; 00016 00017 #endif
1.5.5