summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authormlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-06-11 11:22:06 +0000
committermlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-06-11 11:22:06 +0000
commit02ce36f8b274534a7c843c1a8acacb9a31b4d3d3 (patch)
tree9675066c58e0f905d300b6be4634ffeb82ea9d37 /src/webview.h
parentSVN_SILENT made messages (.desktop file) (diff)
downloadrekonq-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.h8
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;