#include <QtGui/qdialogbuttonbox.h> #ifndef QDIALOGBUTTONBOX_H class QDialogButtonBox: public QWidget{ /* Some contents are skipped to improve readability */ private: inline struct QDialogButtonBoxPrivate const * d_func() const /* ... */ }; #endif // QDIALOGBUTTONBOX_H