summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 1ec79a4b..96fe0f2d 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -34,6 +34,9 @@
// Rekonq Includes
#include "rekonq_defines.h"
+// Local Includes
+#include "bookmarksmanager.h"
+
// KDE Includes
#include <KXmlGuiWindow>
#include <KActionCollection>
@@ -172,11 +175,13 @@ private:
BookmarksPanel *m_bookmarksPanel;
WebInspectorPanel *m_webInspectorPanel;
NetworkAnalyzerPanel *m_analyzerPanel;
-
+
KAction *m_stopReloadAction;
KMenu *m_historyBackMenu;
KMenu *m_encodingMenu;
+ BookmarkToolBar *m_bookmarksBar;
+
QSlider *m_zoomSlider;
QString m_lastSearch;