summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-11 00:55:47 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-11 00:55:47 +0100
commitb5044060c9263d223c99055b9bd6b93c9fb966c7 (patch)
treed388ff7ffb5034768889b02bfffe8687d05a0172 /src/webview.cpp
parentSome fixes on MainWindow (diff)
downloadrekonq-b5044060c9263d223c99055b9bd6b93c9fb966c7.tar.xz
Forwarding class declarations to speed up compilation..
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 0c2e0b6e..cf4d2398 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -18,7 +18,7 @@
 *
 * ============================================================ */
-// Local Includes
+// Self Includes
#include "webview.h"
#include "webview.moc"
@@ -34,17 +34,16 @@
// KDE Includes
#include <KStandardDirs>
+#include <KUrl>
#include <KDebug>
// Qt Includes
-#include <QClipboard>
-#include <QMenu>
-#include <QMouseEvent>
-#include <QBuffer>
-// ---
+#include <QtCore>
+#include <QtGui>
#include <QtWebKit>
#include <QUiLoader>
+
WebPage::WebPage(QObject *parent)
: QWebPage(parent)
, m_keyboardModifiers(Qt::NoModifier)