summaryrefslogtreecommitdiffstats
path: root/qmake/examples/tutorial/hello.cpp
blob: d4a2745b2ee9d60cae217d9745ac56930334d182 (plain)
1
2
3
4
5
6
7
#include "hello.h"

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