00001 #include <qpushbutton.h> 00002 00003 class MyPushButton : public QPushButton 00004 { 00005 public: 00006 MyPushButton( const QString& ); 00007 };