summaryrefslogtreecommitdiffstats
path: root/qmake/examples/tutorial/hello.cpp
blob: da01513b531623399d8b57f927c11ce40ac2dd48 (plain)
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" );
}