diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-26 14:29:42 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-26 14:29:42 +0200 |
commit | ccb09a51449cfac70cedf33875e317b4005263f4 (patch) | |
tree | 8e43e16f56e3eb6304ee1d7904f7301e3409a0b3 /src/webpage.h | |
parent | Working on adopting WebView search bar.. (diff) | |
download | rekonq-ccb09a51449cfac70cedf33875e317b4005263f4.tar.xz |
Fixing Compilation
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webpage.h b/src/webpage.h index 87fd3549..abb25171 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -44,7 +44,8 @@ class QAuthenticator; class QMouseEvent; class QNetworkProxy; class QNetworkReply; -class QSslError; + +class WebView; class WebPage : public KWebPage |