diff -r 5522d1da7e37 -r 7a651cb19690 historywindow.h --- a/historywindow.h Tue Jan 23 11:50:53 2007 +0000 +++ b/historywindow.h Wed Apr 25 16:02:55 2007 +0000 @@ -18,11 +18,17 @@ void setShowWithMain (bool); bool showWithMain (); +protected: + void closeEvent( QCloseEvent* ); + private slots: void undo(); void redo(); void select(); +signals: + void windowClosed(); + private: void clearRow (int); void updateRow (int, int, SimpleSettings &);