summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorunknown <Roopesh Chander@.(none)>2009-11-12 23:09:12 +0530
committerunknown <Roopesh Chander@.(none)>2009-11-12 23:09:24 +0530
commita3bc0247873b2bbb1053a59230001090a458a42f (patch)
tree12273094e0f1947ded27e4bfa947254b2ea77c19 /mainwindow.h
parent2aa351a1c73e589b4d123d1cbc35346da1858b0e (diff)
a less weird progress indicator, please
(code flicked from Arora browser)
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;