diff options
author | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-04 06:41:53 +0000 |
---|---|---|
committer | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-04 06:41:53 +0000 |
commit | 665752652730b595a269aa0a89ed16f5e3951dab (patch) | |
tree | ce52c86ae9fc24e18b1c02eac6ef94493d14160f /src/webview.h | |
parent | Pedantic (diff) | |
download | rekonq-665752652730b595a269aa0a89ed16f5e3951dab.tar.xz |
Fix forward declaration
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963192 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webview.h b/src/webview.h index 11f04571..c6ca17f8 100644 --- a/src/webview.h +++ b/src/webview.h @@ -31,17 +31,12 @@ #include <QWebPage> // Forward Declarations -class MainWindow; -class Application; class KActionCollection; class QWebFrame; -class QAuthenticator; class QMouseEvent; -class QNetworkProxy; class QNetworkReply; -class QSslError; class WebPage : public QWebPage |