diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-10-11 12:23:07 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-10-11 12:23:07 +0200 |
commit | ab7a1d8e856894a0074178aee111b4043738d439 (patch) | |
tree | 732390d3b542a53a1c850bb262b077d157b54237 /src/webtab.h | |
parent | No need to check progress if load is finished. (diff) | |
parent | ListItem: add auto test for multiple word highlighting. (diff) | |
download | rekonq-ab7a1d8e856894a0074178aee111b4043738d439.tar.xz |
Merge branch 'm213'
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webtab.h b/src/webtab.h index d9213983..66eec447 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -42,6 +42,7 @@ class UrlBar; class PreviewSelectorBar; class WalletBar; +class NotificationBar; class REKONQ_TESTS_EXPORT WebTab : public QWidget @@ -59,6 +60,7 @@ public: KUrl url(); void createPreviewSelectorBar(int index); + void insertBar(NotificationBar* bar); bool hasRSSInfo(); |