summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/kdevpart2/globalconfig.cpp
blob: 54e564260b768372d615bb0241d2dc2b5431eb66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%{CPP_TEMPLATE}
#include "%{APPNAMELC}globalconfig.h"

#include "%{APPNAMELC}part.h"

%{APPNAME}GlobalConfig::%{APPNAME}GlobalConfig(%{APPNAME}Part *part, TQWidget *tqparent, const char *name)
    : %{APPNAME}GlobalConfigBase(tqparent, name), m_part(part)
{
}

void %{APPNAME}GlobalConfig::accept()
{
}

#include "%{APPNAMELC}globalconfig.moc"