summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
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/mainwindow.h
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/mainwindow.h')
-rw-r--r--src/mainwindow.h21
1 files changed, 8 insertions, 13 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 4180af5c..ad4fa4b8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -34,30 +34,25 @@
// Rekonq Includes
#include "rekonq_defines.h"
-// Local Includes
-#include "bookmarkprovider.h"
-
// KDE Includes
-#include <KXmlGuiWindow>
#include <KActionCollection>
-#include <KToolBar>
-#include <KUrl>
+#include <KXmlGuiWindow>
// Forward Declarations
+class BookmarksPanel;
+class BookmarkToolBar;
class FindBar;
-class ZoomBar;
class HistoryPanel;
-class BookmarksPanel;
-class WebInspectorPanel;
-class WebTab;
class MainView;
class NetworkAnalyzerPanel;
+class WebInspectorPanel;
+class WebTab;
+class ZoomBar;
-class KAction;
+class KActionMenu;
class KPassivePopup;
class QWebFrame;
-class QSlider;
/**
@@ -172,7 +167,7 @@ private slots:
void initBookmarkBar();
void initToolsMenu();
-
+
private:
MainView *m_view;
FindBar *m_findBar;