aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow/mainwindow.h')
-rw-r--r--src/mainwindow/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h
index ad879c3..38ab746 100644
--- a/src/mainwindow/mainwindow.h
+++ b/src/mainwindow/mainwindow.h
@@ -16,7 +16,7 @@ class Browser;
class QMdiArea;
class Configuration;
class Window;
-class UrlLineEdit;
+class AddressBar;
class MainWindow : public QMainWindow
{
friend class Browser;
@@ -47,7 +47,7 @@ protected:
private:
QString titleSuffix;
QMenu *toolsMenu = nullptr;
- UrlLineEdit *addressBar;
+ AddressBar *addressBar;
QMdiArea *mdiArea;
std::shared_ptr<Configuration> m_config;