aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index cc3dfd6..2b94699 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -23,13 +23,11 @@
#include <QMainWindow>
#include <QToolBar>
-#include <navigation/addressbar.h>
-#include <QWebEngineView>
+
+
#include "webengine/webengineprofile.h"
#include <QUrl>
#include "widgets/webviewtabbar.h"
-#include "webengine/urlinterceptor.h"
-#include "filter/blockermanager.h"
#include "widgets/loadingbar.h"
#include "navigation/navigationbutton.h"
@@ -43,7 +41,10 @@ class MainWindow;
class Configuration;
class BookmarksWidget;
class DownloadsWidget;
+
class MainWindowMenuBar;
+class UrlLineEdit;
+
class MainWindow : public QMainWindow
{
Q_OBJECT
@@ -87,7 +88,7 @@ private:
// navigation
NavigationButton *m_backButton, *m_forwardButton, *m_reloadButton;
- AddressBar *m_addressBar;
+ UrlLineEdit *m_addressBar;
LoadingBar *m_progressBar;
bool m_tabBarAdded = false;