diff -r ddde0ac1472b -r 2422ea85d100 QTfrontend/M3Panel.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/QTfrontend/M3Panel.h Fri Oct 02 16:49:31 2009 +0000 @@ -0,0 +1,28 @@ +/* + * M3Panel.h + * + * + * Created by Vittorio on 28/09/09. + * Copyright 2009 __MyCompanyName__. All rights reserved. + * + */ + +#ifndef M3PANEL_H +#define M3PANEL_H + +#include "InstallController.h" + +class M3Panel : public InstallController + { + public: + M3Panel(void); + ~M3Panel(); + + void showInstallController(); + + private: + class Private; + Private* c; + }; + +#endif