diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |