Replaced 'includehints' with 'includes' in *.ui files.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 2 years ago
parent 78aa4aea16
commit 78db8d91ac
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -96,17 +96,15 @@
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<includes>
<include location="local" impldecl="in implementation">configcheckerwidget.ui.h</include>
</includes>
<functions> <functions>
<function specifier="non virtual" returnType="KProgress *">progressBar()</function> <function specifier="non virtual" returnType="KProgress *">progressBar()</function>
<function specifier="non virtual" returnType="TQLabel *">label()</function> <function specifier="non virtual" returnType="TQLabel *">label()</function>
<function specifier="non virtual" returnType="TDEListBox *">listBox()</function> <function specifier="non virtual" returnType="TDEListBox *">listBox()</function>
</functions> </functions>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints> <includes>
<includehint>kprogress.h</includehint> <include location="global" impldecl="in implementation">kprogress.h</include>
<includehint>tdelistbox.h</includehint> <include location="global" impldecl="in implementation">tdelistbox.h</include>
</includehints> <include location="local" impldecl="in implementation">configcheckerwidget.ui.h</include>
</includes>
</UI> </UI>

@ -240,12 +240,8 @@
</vbox> </vbox>
</widget> </widget>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints> <includes>
<includehint>knuminput.h</includehint> <include location="global" impldecl="in implementation">klineedit.h</include>
<includehint>knuminput.h</includehint> <include location="global" impldecl="in implementation">knuminput.h</include>
<includehint>klineedit.h</includehint> </includes>
<includehint>klineedit.h</includehint>
<includehint>klineedit.h</includehint>
<includehint>klineedit.h</includehint>
</includehints>
</UI> </UI>

@ -113,8 +113,9 @@
</customwidgets> </customwidgets>
<includes> <includes>
<include location="global" impldecl="in declaration">tdeconfig.h</include> <include location="global" impldecl="in declaration">tdeconfig.h</include>
<include location="local" impldecl="in declaration">latexcmd.h</include> <include location="global" impldecl="in implementation">klineedit.h</include>
<include location="local" impldecl="in declaration">latexcmddialog.h</include> <include location="local" impldecl="in declaration">latexcmd.h</include>
<include location="local" impldecl="in declaration">latexcmddialog.h</include>
</includes> </includes>
<variables> <variables>
<variable access="private">TDEConfig *m_config;</variable> <variable access="private">TDEConfig *m_config;</variable>
@ -128,7 +129,4 @@
<function specifier="non virtual">setLatexCommands( TDEConfig * config, KileDocument::LatexCommands * commands )</function> <function specifier="non virtual">setLatexCommands( TDEConfig * config, KileDocument::LatexCommands * commands )</function>
</functions> </functions>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klineedit.h</includehint>
</includehints>
</UI> </UI>

@ -156,8 +156,9 @@
</connection> </connection>
</connections> </connections>
<includes> <includes>
<include location="local" impldecl="in implementation">kilehelp.h</include> <include location="global" impldecl="in implementation">klineedit.h</include>
<include location="local" impldecl="in implementation">helpconfigwidget.ui.h</include> <include location="local" impldecl="in implementation">helpconfigwidget.ui.h</include>
<include location="local" impldecl="in implementation">kilehelp.h</include>
</includes> </includes>
<forwards> <forwards>
<forward>namespace KileHelp { class Help; } class avoid_compile_error</forward> <forward>namespace KileHelp { class Help; } class avoid_compile_error</forward>
@ -172,7 +173,4 @@
<function specifier="non virtual">setHelp( KileHelp::Help * help )</function> <function specifier="non virtual">setHelp( KileHelp::Help * help )</function>
</functions> </functions>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klineedit.h</includehint>
</includehints>
</UI> </UI>

@ -234,9 +234,10 @@
</connections> </connections>
<includes> <includes>
<include location="global" impldecl="in declaration">tdeconfig.h</include> <include location="global" impldecl="in declaration">tdeconfig.h</include>
<include location="local" impldecl="in declaration">latexcmd.h</include> <include location="global" impldecl="in implementation">klineedit.h</include>
<include location="local" impldecl="in declaration">latexcmddialog.h</include> <include location="local" impldecl="in declaration">latexcmd.h</include>
<include location="local" impldecl="in implementation">latexconfigwidget.ui.h</include> <include location="local" impldecl="in declaration">latexcmddialog.h</include>
<include location="local" impldecl="in implementation">latexconfigwidget.ui.h</include>
</includes> </includes>
<variables> <variables>
<variable access="private">TDEConfig *m_config;</variable> <variable access="private">TDEConfig *m_config;</variable>
@ -250,9 +251,4 @@
<function specifier="non virtual">setLatexCommands( TDEConfig * config, KileDocument::LatexCommands * commands )</function> <function specifier="non virtual">setLatexCommands( TDEConfig * config, KileDocument::LatexCommands * commands )</function>
</functions> </functions>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klineedit.h</includehint>
<includehint>klineedit.h</includehint>
<includehint>klineedit.h</includehint>
</includehints>
</UI> </UI>

@ -161,12 +161,14 @@ the standard "LaTeX" tool.</string>
<tabstop>m_cbTools</tabstop> <tabstop>m_cbTools</tabstop>
</tabstops> </tabstops>
<includes> <includes>
<include location="global" impldecl="in implementation">tqstringlist.h</include> <include location="global" impldecl="in implementation">kcombobox.h</include>
<include location="global" impldecl="in implementation">tqregexp.h</include> <include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">tdeglobal.h</include> <include location="global" impldecl="in implementation">tdeglobal.h</include>
<include location="local" impldecl="in implementation">kiletoolmanager.h</include>
<include location="global" impldecl="in implementation">tdelocale.h</include> <include location="global" impldecl="in implementation">tdelocale.h</include>
<include location="local" impldecl="in implementation">newtoolwizard.ui.h</include> <include location="global" impldecl="in implementation">tqregexp.h</include>
<include location="global" impldecl="in implementation">tqstringlist.h</include>
<include location="local" impldecl="in implementation">kiletoolmanager.h</include>
<include location="local" impldecl="in implementation">newtoolwizard.ui.h</include>
</includes> </includes>
<variables> <variables>
<variable access="private">TQStringList m_toolList;</variable> <variable access="private">TQStringList m_toolList;</variable>
@ -182,8 +184,4 @@ the standard "LaTeX" tool.</string>
<function returnType="TQString">parentTool()</function> <function returnType="TQString">parentTool()</function>
</functions> </functions>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klineedit.h</includehint>
<includehint>kcombobox.h</includehint>
</includehints>
</UI> </UI>

@ -208,12 +208,9 @@
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>
</connection> </connection>
</connections> </connections>
<layoutdefaults spacing="6" margin="11"/>
<includes> <includes>
<include location="local" impldecl="in implementation">scriptingconfigwidget.ui.h</include> <include location="global" impldecl="in implementation">knuminput.h</include>
<include location="local" impldecl="in implementation">scriptingconfigwidget.ui.h</include>
</includes> </includes>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
</includehints>
</UI> </UI>

@ -338,8 +338,7 @@
<customwidgets> <customwidgets>
</customwidgets> </customwidgets>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints> <includes>
<includehint>knuminput.h</includehint> <include location="global" impldecl="in implementation">knuminput.h</include>
<includehint>knuminput.h</includehint> </includes>
</includehints>
</UI> </UI>

@ -135,8 +135,7 @@
<tabstop>kcfg_clearMFUS</tabstop> <tabstop>kcfg_clearMFUS</tabstop>
</tabstops> </tabstops>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints> <includes>
<includehint>knuminput.h</includehint> <include location="global" impldecl="in implementation">knuminput.h</include>
<includehint>knuminput.h</includehint> </includes>
</includehints>
</UI> </UI>

Loading…
Cancel
Save