summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index e1188d8..1f2ee4c 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -15,6 +15,7 @@
#include "graphicsview.h"
#include "graphicstoolbar.h"
#include "webscrap.h"
+#include "addressbar.h"
namespace Ui {
class MainWindow;
@@ -85,7 +86,7 @@ private:
// browser view
WebView *m_webView;
- QLineEdit *m_addressBar;
+ AddressBar *m_addressBar;
QToolButton *m_selectScrapsButton, *m_addScrapButton, *m_gotoScrapsButton;
GraphicsToolBar *m_browserToolbar;