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