summaryrefslogtreecommitdiffstats
path: root/qmake/examples/tutorial/hello.h
blob: 650108aad9a77d78e02034fc64c36b260b923bc9 (plain)
1
2
3
4
5
6
7
#include <ntqpushbutton.h>

class MyPushButton : public TQPushButton
{
public:
    MyPushButton( const TQString& );
};