summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-01-28 00:59:08 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-01-28 00:59:08 +0100
commit1024f77ad03ef3d30d8be6aa61542a057a100868 (patch)
treeca36fac7c767b46b87debf26b329cbeec39177da /src/mainwindow.h
parentFixed MenuBar. (diff)
downloadrekonq-1024f77ad03ef3d30d8be6aa61542a057a100868.tar.xz
Removed unuseful "Select All" action.
If someone needs it, I can try to implement it one day..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 476a6fe6..d1eba1a4 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -25,8 +25,6 @@
// Local Includes
#include "findbar.h"
#include "searchbar.h"
-#include "mainview.h"
-#include "bookmarks.h"
// KDE Includes
#include <KUrl>
@@ -37,7 +35,8 @@
#include <KToggleAction>
#include <KMenu>
-
+class KBookmarkManager;
+class MainView;
class QWebFrame;
class WebView;