From 6181e316ce8cfc1bef05c466a2470427ceb2deac Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Wed, 15 Sep 2010 21:21:33 +0200 Subject: Prompt user before restoring session after a crash. Shows the about:closedTabs page in the background. Task: https://bugs.kde.org/show_bug.cgi?id=249228 --- src/webtab.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webtab.h') 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(); -- cgit v1.2.1