--- infoscreen/MyWebView.h 2009/12/12 17:48:23 508 +++ infoscreen/MyWebView.h 2010/01/07 19:42:12 534 @@ -7,18 +7,18 @@ class MyWebView : public QWebView { - Q_OBJECT + Q_OBJECT public: - MyWebView(QWidget* parent); + MyWebView(QWidget* parent); - virtual void show(); + void start(); - void showError(const char* msg); + void showError(const char* msg); - QString generateUrl(); + QString generateUrl(); public slots: - void test(); - void onTimer(); + void onChange(bool success); + void onTimer(); }; #endif //MYWEBVIEW_H