summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/examples/credit/creditform.h
blob: b8998a287412b1e2d469cd6a9fa988b0b90971b6 (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* tqparent = 0, const char* name = 0, 
		bool modal = FALSE, WFlags fl = 0 );
    ~CreditForm();
public Q_SLOTS:
    void setAmount();
};