diff options
author | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-06-11 11:22:06 +0000 |
---|---|---|
committer | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-06-11 11:22:06 +0000 |
commit | 02ce36f8b274534a7c843c1a8acacb9a31b4d3d3 (patch) | |
tree | 9675066c58e0f905d300b6be4634ffeb82ea9d37 /src/webview.h | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-02ce36f8b274534a7c843c1a8acacb9a31b4d3d3.tar.xz |
Fix forward declaration
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@980178 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/webview.h b/src/webview.h index b5ffa887..389db154 100644 --- a/src/webview.h +++ b/src/webview.h @@ -35,16 +35,8 @@ #include <QWebView> // Forward Declarations -class MainWindow; -class Application; -class KActionCollection; -class QWebFrame; -class QAuthenticator; -class QMouseEvent; -class QNetworkProxy; -class QNetworkReply; class WebPage; |