summaryrefslogtreecommitdiff
path: root/src/webpage.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/webpage.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/webpage.h')
-rw-r--r--src/webpage.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 0723cb6d..ac6780ff 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -34,18 +34,11 @@
#include <QWebPage>
// Forward Declarations
-class MainWindow;
-class Application;
-class KActionCollection;
class QWebFrame;
-class QAuthenticator;
-class QMouseEvent;
-class QNetworkProxy;
class QNetworkReply;
-class WebView;
class WebPage : public KWebPage