kde-extraapps/kdeplasma-addons/applets/lancelot/tools/puck/template/cpp.h
2015-01-15 17:07:43 +00:00

36 lines
518 B
C++

/*
* This file is automatically generated by Plasma UI Compiler
* DO NOT CHANGE THE CONTENTS, IT IS AUTOMATICALLY REGENERATED
*/
#ifndef ${HEADER_ID}
#define ${HEADER_ID}
/* Includes */
${INCLUDES}
/* Defines */
${DEFINES}
namespace Ui {
class ${CLASS_NAME}
{
protected:
${DECLARATION}
void setupUi(${PARENT_OBJECT_TYPE} * root)
{
/* Initialization */
${INITIALIZATION}
/* Setup */
${SETUP}
}
};
} // namespace Ui
#endif /* ${HEADER_ID} */