00001 #ifndef BACKENDSETTINGS_H 00002 #define BACKENDSETTINGS_H 00003 00004 #include "settings.h" 00005 00006 class BackendSettings : public ConfigurationWizard 00007 { 00008 public: 00009 BackendSettings(); 00010 }; 00011 00012 #endif 00013