diff -r e3fada9358b0 -r 0bbdd47522b9 QTfrontend/HWApplication.h --- a/QTfrontend/HWApplication.h Sun Jun 19 00:49:13 2011 +0200 +++ b/QTfrontend/HWApplication.h Sun Jun 19 12:34:54 2011 +0200 @@ -29,11 +29,10 @@ { Q_OBJECT public: - HWApplication(int argc, char **argv); + HWApplication(int &argc, char **argv); ~HWApplication() {}; HWForm *form; - QString *fileToLoad; protected: bool event(QEvent *); };