#include <QtGui/qcalendarwidget.h>
#ifndef QCALENDARWIDGET_H
#ifndef QT_NO_CALENDARWIDGET
class QCalendarWidget: public QWidget{
protected: virtual void resizeEvent(struct QResizeEvent* event);
};
#endif // QT_NO_CALENDARWIDGET
#endif // QCALENDARWIDGET_H