summaryrefslogtreecommitdiff
path: root/src/newtabpage.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/newtabpage.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/newtabpage.cpp')
-rw-r--r--src/newtabpage.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/newtabpage.cpp b/src/newtabpage.cpp
index 51081816..04cda204 100644
--- a/src/newtabpage.cpp
+++ b/src/newtabpage.cpp
@@ -27,31 +27,31 @@
// Self Includes
#include "newtabpage.h"
-#include "newtabpage.moc"
// Auto Includes
#include "rekonq.h"
// Local Includes
-#include "historymodels.h"
-#include "bookmarkprovider.h"
#include "application.h"
-#include "mainwindow.h"
+#include "bookmarkprovider.h"
+#include "historymodels.h"
#include "mainview.h"
+#include "mainwindow.h"
#include "websnap.h"
-#include "previewselectorbar.h"
+#include "webpage.h"
#include "webtab.h"
// KDE Includes
-#include <KStandardDirs>
-#include <KConfig>
-#include <KDialog>
-#include <KCalendarSystem>
#include <KBookmarkManager>
+#include <KIconLoader>
+#include <KLocale>
+#include <KMimeType>
+#include <KStandardDirs>
// Qt Includes
#include <QtCore/QFile>
#include <QtGui/QAction>
+#include <QtWebKit/QWebFrame>
NewTabPage::NewTabPage(QWebFrame *frame)