changeset 2948 | 3f21a9dc93d0 |
parent 2400 | 2422ea85d100 |
child 3697 | d5b30d6373fc |
--- 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