diff -r 7eb35faa7f7a -r 15dd764b728c QTfrontend/M3Panel.h --- a/QTfrontend/M3Panel.h Sun Apr 03 16:31:48 2011 +0400 +++ b/QTfrontend/M3Panel.h Sun Apr 03 16:34:12 2011 +0200 @@ -22,7 +22,7 @@ #include "InstallController.h" class M3Panel : public InstallController - { +{ public: M3Panel(void); ~M3Panel(); @@ -32,6 +32,6 @@ private: class Private; Private* c; - }; +}; #endif