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