summaryrefslogtreecommitdiffstats
path: root/tools/designer/examples/credit/creditform.h
blob: 938bcb10f2b90a2b3aabd7871de0fa380667d9b7 (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();
};