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

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