#include <QtGui/qcalendarwidget.h>
#ifndef QCALENDARWIDGET_H
#ifndef QT_NO_CALENDARWIDGET
class QCalendarWidget: public QWidget{
   /* Some contents are skipped to improve readability */
   protected: virtual void paintCell(struct QPainter* painter, class QRect const & rect, class QDate const & date) const
   /* ... */
};
#endif // QT_NO_CALENDARWIDGET
#endif // QCALENDARWIDGET_H