summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-10-07 19:59:23 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-10-07 19:59:23 +0200
commita10c41adb4df9015183ca01a4dd07c519619827c (patch)
tree9026ae53487d61b90f044f2b1d0f7100014e5e1c /src/mainwindow.h
parentUse KPart url when some KPart is active on saving (diff)
downloadrekonq-a10c41adb4df9015183ca01a4dd07c519619827c.tar.xz
Clean up windows close and app quit
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 3144222b..df6e40c1 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -115,8 +115,6 @@ public Q_SLOTS:
void changeWindowIcon(int index);
- bool close();
-
Q_SIGNALS:
// switching tabs
void ctrlTabPressed();
@@ -139,7 +137,10 @@ protected:
void keyPressEvent(QKeyEvent *event);
void moveEvent(QMoveEvent *event);
void resizeEvent(QResizeEvent *event);
+ void closeEvent(QCloseEvent *event);
+
bool event(QEvent *event);
+
void finalizeGUI(KXMLGUIClient *client);
private Q_SLOTS: