From b35c6e35d9cea978e57838ccc95779a25d048fb4 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 13 Mar 2013 16:34:34 +0100 Subject: Restore a small portion of (un)ported code Close window if option says so BUG: 316637 --- src/tabwindow/tabwidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tabwindow/tabwidget.h') diff --git a/src/tabwindow/tabwidget.h b/src/tabwindow/tabwidget.h index 9c79df11..2718904c 100644 --- a/src/tabwindow/tabwidget.h +++ b/src/tabwindow/tabwidget.h @@ -86,6 +86,9 @@ public Q_SLOTS: void loadUrl(const KUrl &, Rekonq::OpenType type = Rekonq::CurrentTab, TabHistory *history = 0); void newTab(WebPage *page = 0); +Q_SIGNALS: + void closeWindow(); + private: /** * Prepares the new WebWindow to be open -- cgit v1.2.1