#include "plugin_%{APPNAMELC}_impl.h" #include #include extern "C" { Plugin *create_plugin() { TDEGlobal::locale()->insertCatalogue("%{APPNAMELC}"); return new %{APPNAME}UI; } }