#include "hello.h" MyPushButton::MyPushButton( const QString& text ) : QPushButton( text, 0, "mypushbutton" ) { tqDebug( "My PushButton has been constructed" ); }