summaryrefslogtreecommitdiff
path: root/src/newtabpage.cpp
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-08-20 16:12:39 +0200
committerJon Ander Peñalba <jonan88@gmail.com>2010-08-20 21:48:05 +0200
commitdd413ce2d00d4f484402384529161194605f7e5a (patch)
tree6ebce88d32ca799a26db7a09ebb64e2818ecf8ec /src/newtabpage.cpp
parentChanged the name of the files src/bookmarks/bookmarksmanager.* to src/bookmar... (diff)
downloadrekonq-dd413ce2d00d4f484402384529161194605f7e5a.tar.xz
Removed unused includes in src/bookmarks/bookmarkprovider.h
Diffstat (limited to 'src/newtabpage.cpp')
-rw-r--r--src/newtabpage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newtabpage.cpp b/src/newtabpage.cpp
index 0f2a0bc7..44b76e11 100644
--- a/src/newtabpage.cpp
+++ b/src/newtabpage.cpp
@@ -47,9 +47,11 @@
#include <KConfig>
#include <KDialog>
#include <KCalendarSystem>
+#include <KBookmarkManager>
// Qt Includes
#include <QtCore/QFile>
+#include <QtGui/QAction>
NewTabPage::NewTabPage(QWebFrame *frame)