diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-08-01 12:24:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:04 +0100 |
commit | e473d62586b7d31c281d5fa15a7cd98f9024190a (patch) | |
tree | f24f6f1582e9ade2786ce9b3a1c41781a1d8a465 /src/webwindow/webwindow.h | |
parent | Fix use of webpage (diff) | |
download | rekonq-e473d62586b7d31c281d5fa15a7cd98f9024190a.tar.xz |
Remove a lot of application calls by refactoring code
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r-- | src/webwindow/webwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index 64af055b..9551000b 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -64,6 +64,9 @@ public: KUrl url() const; QString title() const; QIcon icon() const; + + KLineEdit *urlBar(); + WebTab *view(); QPixmap tabPreview(int width, int height); |