aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-08-24 15:38:33 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-08-24 15:38:33 +0200
commit06fdf013b318c3d8f5efb3d2f87dedcdb507b8bc (patch)
treef7c970fc030741610e3c93306b79550c8cb2f086 /src/mainwindow.h
parentAddress bar popup is now navigateable (diff)
downloadsmolbote-06fdf013b318c3d8f5efb3d2f87dedcdb507b8bc.tar.xz
Cleaned up code
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;
};