summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-09-02 18:10:46 +0200
committerJon Ander Peñalba <jonan88@gmail.com>2010-09-03 08:27:20 +0200
commitd0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b (patch)
treef89adefce79c8bf0d5cde2e1bc015a443ccb39fe /src/webtab.cpp
parentThis commit hacks a merge request, to fast fixing a crash calling the bk toolbar (diff)
downloadrekonq-d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b.tar.xz
Include clean-up in the big src directory
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp22
1 files changed, 3 insertions, 19 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index 2826123d..63223b1c 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -27,36 +27,20 @@
// Self Includes
#include "webtab.h"
-#include "webtab.moc"
// Auto Includes
#include "rekonq.h"
// Local Includes
-#include "application.h"
-#include "mainwindow.h"
-#include "mainview.h"
-#include "bookmarkprovider.h"
-#include "walletbar.h"
#include "previewselectorbar.h"
#include "rsswidget.h"
+#include "walletbar.h"
+#include "webpage.h"
// KDE Includes
-#include <KService>
-#include <KUriFilterData>
-#include <KStandardShortcut>
-#include <KMenu>
-#include <KActionMenu>
-#include <KWebView>
-#include <kwebwallet.h>
-#include <KDE/KMessageBox>
+#include <KWebWallet>
// Qt Includes
-#include <QtGui/QContextMenuEvent>
-#include <QtGui/QWheelEvent>
-#include <QtGui/QMouseEvent>
-#include <QtGui/QClipboard>
-#include <QtGui/QKeyEvent>
#include <QtGui/QVBoxLayout>