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

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

@ -1015,9 +1015,9 @@
<tabstop>no_different</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kurlrequester.h</includehint>
<includehint>klineedit.h</includehint>
<includehint>kpushbutton.h</includehint>
</includehints>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
</includes>
</UI>

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

Loading…
Cancel
Save