branchpropwindow.h
changeset 481 31196a98699c
parent 462 494a5b8c131e
child 673 234b4900dfa8
     1.1 --- a/branchpropwindow.h	Wed May 02 15:31:17 2007 +0000
     1.2 +++ b/branchpropwindow.h	Wed May 02 15:31:17 2007 +0000
     1.3 @@ -3,6 +3,9 @@
     1.4  
     1.5  #include "ui_branchpropwindow.h"
     1.6  
     1.7 +#include <QDialog>
     1.8 +#include <QCloseEvent>
     1.9 +
    1.10  #include "branchobj.h"
    1.11  #include "mapeditor.h"
    1.12  
    1.13 @@ -25,6 +28,12 @@
    1.14  	void incImgVerChanged (int);
    1.15  	void incImgHorChanged (int);
    1.16  
    1.17 +signals:
    1.18 +	void windowClosed();
    1.19 +	
    1.20 +protected:
    1.21 +	void closeEvent( QCloseEvent* );
    1.22 +
    1.23  private:
    1.24  	void connectSignals();
    1.25  	void disconnectSignals();