summaryrefslogtreecommitdiffstats
path: root/tools/designer/examples/credit/creditform.h
blob: f8beb35812204f6c86bea4a5a24c19441c13c509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "creditformbase.h"

class CreditForm : public CreditFormBase
{
    TQ_OBJECT
public:
    CreditForm( TQWidget* parent = 0, const char* name = 0, 
		bool modal = FALSE, WFlags fl = 0 );
    ~CreditForm();
public slots:
    void setAmount();
};