diff -r 9ffa2e2ec550 -r 44c9a577b082 QTfrontend/pagedata.h --- a/QTfrontend/pagedata.h Sun Aug 14 21:49:04 2011 -0400 +++ b/QTfrontend/pagedata.h Sun Aug 14 23:00:12 2011 -0400 @@ -19,6 +19,7 @@ #ifndef PAGE_DATA_H #define PAGE_DATA_H #include +#include #include "AbstractPage.h" class PageDataDownload : public AbstractPage @@ -30,6 +31,9 @@ QPushButton *BtnBack; QWebView *web; + +private: + void install(const QUrl &url); }; #endif