diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 5 |
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: |