#include <QtGui/qcheckbox.h> #ifndef QCHECKBOX_H class QCheckBox: public QAbstractButton{ /* Some contents are skipped to improve readability */ public: virtual int qt_metacall(enum QMetaObject::Call, int, void* *); /* ... */ }; #endif // QCHECKBOX_H