diff -r 803b277e4894 -r 3f21a9dc93d0 QTfrontend/M3Panel.h --- a/QTfrontend/M3Panel.h Sat Mar 06 10:54:24 2010 +0000 +++ b/QTfrontend/M3Panel.h Sat Mar 06 10:59:20 2010 +0000 @@ -14,15 +14,15 @@ class M3Panel : public InstallController { - public: - M3Panel(void); - ~M3Panel(); + public: + M3Panel(void); + ~M3Panel(); - void showInstallController(); + void showInstallController(); - private: - class Private; - Private* c; + private: + class Private; + Private* c; }; #endif