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.
16 lines
340 B
16 lines
340 B
%{CPP_TEMPLATE}
|
|
#include "%{APPNAMELC}globalconfig.h"
|
|
|
|
#include "%{APPNAMELC}part.h"
|
|
|
|
%{APPNAME}GlobalConfig::%{APPNAME}GlobalConfig(%{APPNAME}Part *part, TQWidget *parent, const char *name)
|
|
: %{APPNAME}GlobalConfigBase(parent, name), m_part(part)
|
|
{
|
|
}
|
|
|
|
void %{APPNAME}GlobalConfig::accept()
|
|
{
|
|
}
|
|
|
|
#include "%{APPNAMELC}globalconfig.moc"
|