QTfrontend/HWApplication.h
changeset 5257 0bbdd47522b9
parent 5252 ded882439548
child 6185 a6aa2d44f390
--- 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 *);
 };