diff options
Diffstat (limited to 'kjsembed/bindwizard')
| -rw-r--r-- | kjsembed/bindwizard/binding_wizard.ui | 17 | ||||
| -rw-r--r-- | kjsembed/bindwizard/doxygen2imp_cpp.xsl | 5 | ||||
| -rw-r--r-- | kjsembed/bindwizard/doxygen2imp_h.xsl | 5 |
3 files changed, 6 insertions, 21 deletions
diff --git a/kjsembed/bindwizard/binding_wizard.ui b/kjsembed/bindwizard/binding_wizard.ui index baacdca5..352b68d8 100644 --- a/kjsembed/bindwizard/binding_wizard.ui +++ b/kjsembed/bindwizard/binding_wizard.ui @@ -476,15 +476,10 @@ files of the C++ classes you want to make available to Javascript are located.</ </widget> </widget> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kled.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>tdelistview.h</includehint> - <includehint>tdelistview.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kled.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> </UI> diff --git a/kjsembed/bindwizard/doxygen2imp_cpp.xsl b/kjsembed/bindwizard/doxygen2imp_cpp.xsl index 903f16b2..c16c47e8 100644 --- a/kjsembed/bindwizard/doxygen2imp_cpp.xsl +++ b/kjsembed/bindwizard/doxygen2imp_cpp.xsl @@ -551,10 +551,5 @@ KJS::Value <xsl:value-of select="$method" />( KJS::ExecState *exec, KJS::Object </xsl:for-each> } // namespace KJSEmbed - -// Local Variables: -// c-basic-offset: 4 -// End: - </xsl:template> </xsl:stylesheet> diff --git a/kjsembed/bindwizard/doxygen2imp_h.xsl b/kjsembed/bindwizard/doxygen2imp_h.xsl index d5aaa8d2..bb4c982f 100644 --- a/kjsembed/bindwizard/doxygen2imp_h.xsl +++ b/kjsembed/bindwizard/doxygen2imp_h.xsl @@ -119,10 +119,5 @@ private: } // namespace KJSEmbed #endif // KJSEMBED_<xsl:value-of select="compoundname" />_H - -// Local Variables: -// c-basic-offset: 4 -// End: - </xsl:template> </xsl:stylesheet> |
