#include <QtGui/qcheckbox.h>
#ifndef QCHECKBOX_H
class QCheckBox: public QAbstractButton{
   /* Some contents are skipped to improve readability */
   private: inline struct QCheckBoxPrivate const * d_func() const
   /* ... */
};
#endif // QCHECKBOX_H