From 11fa0d96626b4417718aeef2cf8316a97bce02ed Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 8 Apr 2009 10:59:12 +0200 Subject: Asking user to close rekonq if there are more than 1 tabs opened.. (Oh, Dear.. my English..) --- src/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 0ca76498..1c65c5d7 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -70,6 +70,9 @@ public slots: void loadUrl(const KUrl &url); void slotUpdateBrowser(); +protected: + bool queryClose(); + private slots: void slotUpdateConfiguration(); void slotLoadProgress(int); -- cgit v1.2.1