#include <QtGui/qevent.h>
#ifndef QEVENT_H
class QResizeEvent: public QEvent{
public: QResizeEvent(class QSize const & size, class QSize const & oldSize);
public: virtual ~QResizeEvent();
public: inline class QSize const & size() const
public: inline class QSize const & oldSize() const
protected: class QSize s;
protected: class QSize olds;
friend struct QApplication;
friend struct QCoreApplication;
};
#endif // QEVENT_H