--- infoscreen/MyWebView.h 2009/12/15 13:53:02 512 +++ 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); - void start(); + void start(); - void showError(const char* msg); + void showError(const char* msg); - QString generateUrl(); + QString generateUrl(); public slots: - void onChange(bool success); - void onTimer(); + void onChange(bool success); + void onTimer(); }; #endif //MYWEBVIEW_H