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