#include "hello.h"

MyPushButton::MyPushButton( const QString& text ) 
    : QPushButton( text, 0, "mypushbutton" )
{
    qDebug( "My PushButton has been constructed" );
}


syntax highlighted by Code2HTML, v. 0.9.1