aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 6db3102..b0572c5 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -23,7 +23,7 @@
#include <QMainWindow>
#include <QToolBar>
-#include <navigation/urllineedit.h>
+#include <navigation/addressbar.h>
#include <QWebEngineView>
#include "webengine/webengineprofile.h"
#include <QUrl>
@@ -69,7 +69,7 @@ private:
Ui::MainWindow *ui;
QToolBar *navigationToolBar, *tabToolBar;
WebViewTabBar *tabBar;
- UrlLineEdit *urlLineEdit;
+ AddressBar *m_addressBar;
LoadingBar *m_progressBar;
};