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

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