#include <qpushbutton.h> class MyPushButton : public QPushButton { public: MyPushButton( const QString& ); };