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/webpage.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/webpage.h')
-rw-r--r-- | src/webpage.h | 7 |
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 |