%{H_TEMPLATE} #ifndef _%{APPNAMEUC}_H_ #define _%{APPNAMEUC}_H_ #ifdef HAVE_CONFIG_H #include #endif #include /** * @short Application Main Window * @author %{AUTHOR} <%{EMAIL}> * @version %{VERSION} */ class %{APPNAME} : public TDEMainWindow { Q_OBJECT public: /** * Default Constructor */ %{APPNAME}(); /** * Default Destructor */ virtual ~%{APPNAME}(); }; #endif // _%{APPNAMEUC}_H_