summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/qmake/examples/tutorial/hello.h
blob: 47eb7e3abe468c7a9fcb5983bca772d72eb2a3c1 (plain)
1
2
3
4
5
6
7
#include <tqpushbutton.h>

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