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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ca04cef54d)
r14.0.x
Michele Calgaro 2 years ago
parent 2994995fef
commit d666537fd6
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -278,8 +278,9 @@
<tabstop>mBrowseRunlevel</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in declaration">tdelocale.h</include>
<include location="global" impldecl="in declaration">kdialog.h</include>
<include location="global" impldecl="in declaration">tdelocale.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
</includes>
<Q_SLOTS>
<slot access="protected">browseServices()</slot>
@ -287,11 +288,4 @@
<slot access="protected">slotChanged()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klineedit.h</includehint>
<includehint>klineedit.h</includehint>
</includehints>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
</includes>
</UI>

Loading…
Cancel
Save