summaryrefslogtreecommitdiffstats
path: root/languages/cpp/subclassing_template/subclass_template.cpp
blob: 8373a260d96f0166990b26306580d5908540865c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


#include "$NEWFILENAMELC$.h"

$NEWCLASS$::$NEWCLASS$(TQWidget* tqparent, const char* name$CAN_BE_MODAL_CPP1$, WFlags fl)
: $BASECLASS$(tqparent,name$CAN_BE_MODAL_CPP2$,fl)
{
}

$NEWCLASS$::~$NEWCLASS$()
{
}

/*$SPECIALIZATION$*/