00001 // -*- Mode: c++ -*- 00002 00003 #include <QString> 00004 00005 #include "mythcommandlineparser.h" 00006 00007 class MythBackendCommandLineParser : public MythCommandLineParser 00008 { 00009 public: 00010 MythBackendCommandLineParser(); 00011 void LoadArguments(void); 00012 protected: 00013 QString GetHelpHeader(void) const; 00014 };