1 2 3 4 5 6 7
#include "hello.h" MyPushButton::MyPushButton( const TQString& text ) : TQPushButton( text, 0, "mypushbutton" ) { qDebug( "My PushButton has been constructed" ); }