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