#include <QtGui/qpushbutton.h> #ifndef QPUSHBUTTON_H class QPushButton: public QAbstractButton{ /* Some contents are skipped to improve readability */ public: explicit QPushButton(class QString const & text, class QWidget* parent = 0); /* ... */ }; #endif // QPUSHBUTTON_H