aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-14 11:51:51 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-14 11:51:51 +0100
commit783621c89c6c4c9aeae1bcf907c4395b96c5babd (patch)
treebd4f2addc5f8ee9f65fb9d5949b2aa9b82695fa2 /src/mainwindow.h
parentFixed crash on startup due to missing browser.filterPath (diff)
downloadsmolbote-783621c89c6c4c9aeae1bcf907c4395b96c5babd.tar.xz
Cleaned up UrlLineEdit
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;