diff -r 4e2c9394c7da -r 31196a98699c branchpropwindow.h --- a/branchpropwindow.h Wed May 02 15:31:17 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();