--- a/QTfrontend/HWApplication.h Tue Mar 12 02:30:36 2013 +0100
+++ b/QTfrontend/HWApplication.h Tue Mar 12 17:18:55 2013 +0100
@@ -41,6 +41,8 @@
~HWApplication() {};
HWForm *form;
+ QString *urlString;
+ void fakeEvent();
protected:
bool event(QEvent *);
};