diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-14 16:24:51 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-14 16:24:51 +0200 |
commit | 227a08281fcb644e5dd61bce167b1a2a2899c1f8 (patch) | |
tree | 55149f8f0eee01e750aaf0256fb43f802a2991fa /src/webpage.h | |
parent | Cosmetic networkmanager changes (diff) | |
parent | Fix forward declaration (diff) | |
download | rekonq-227a08281fcb644e5dd61bce167b1a2a2899c1f8.tar.xz |
Merge branch 'local-svn'
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 |