You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#ifndef %{APPNAMEUC}_H
|
|
#define %{APPNAMEUC}_H
|
|
#include "%{APPNAMELC}base.h"
|
|
|
|
class %{APPNAME} : public %{APPNAME}Base
|
|
{
|
|
TQ_OBJECT
|
|
|
|
|
|
public:
|
|
%{APPNAME}( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
|
|
~%{APPNAME}();
|
|
|
|
private slots:
|
|
void goodBye();
|
|
};
|
|
|
|
#endif // %{APPNAMEUC}_H
|