QTfrontend/M3Panel.h
changeset 2400 2422ea85d100
child 2948 3f21a9dc93d0
--- /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