#include <QtGui/qdialogbuttonbox.h> #ifndef QDIALOGBUTTONBOX_H class QDialogButtonBox: public QWidget{ /* Some contents are skipped to improve readability */ public: QDialogButtonBox(enum Qt::Orientation orientation, class QWidget* parent = 0); /* ... */ }; #endif // QDIALOGBUTTONBOX_H