#include <QtGui/qevent.h>
#ifndef QEVENT_H
class QCloseEvent: public QEvent{
   public: QCloseEvent();
   public: virtual ~QCloseEvent();
};
#endif // QEVENT_H