00001 #ifndef COMMANDLINEPARSER_H_ 00002 #define COMMANDLINEPARSER_H_ 00003 00004 #include <QString> 00005 00006 #include "mythcommandlineparser.h" 00007 00008 class MythUtilCommandLineParser : public MythCommandLineParser 00009 { 00010 public: 00011 MythUtilCommandLineParser(); 00012 void LoadArguments(void); 00013 protected: 00014 QString GetHelpHeader(void) const; 00015 }; 00016 00017 #endif 00018