diff -r 494a5b8c131e -r 01a0e82280f9 branchpropwindow.h --- a/branchpropwindow.h Wed Apr 25 16:02:54 2007 +0000 +++ b/branchpropwindow.h Wed May 02 15:31:17 2007 +0000 @@ -3,6 +3,9 @@ #include "ui_branchpropwindow.h" +#include +#include + #include "branchobj.h" #include "mapeditor.h" @@ -25,6 +28,12 @@ void incImgVerChanged (int); void incImgHorChanged (int); +signals: + void windowClosed(); + +protected: + void closeEvent( QCloseEvent* ); + private: void connectSignals(); void disconnectSignals();