#include #include "mythcommandlineparser.h" class MythInstallCommandLineParser : public MythCommandLineParser { public: MythInstallCommandLineParser(); void LoadArguments(void); protected: QString GetHelpHeader(void) const; };