Add includes to UI files to resolve FTBFS.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 5 years ago
parent afdfc9b17d
commit d5bdad9b22
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -136,9 +136,7 @@
<tabstop>buttonHelp</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">kurlrequester.h</include>
</includes>
</UI>

@ -221,8 +221,7 @@ You can determine wether you want a footline to be printed on every page when pr
</vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>tdefontcombo.h</includehint>
<includehint>klineedit.h</includehint>
</includehints>
<includes>
<include location="global" impldecl="in implementation">tdefontcombo.h</include>
</includes>
</UI>

@ -148,7 +148,7 @@ Press this button, if you want your XML document in the above editor to be valid
<slot access="protected">slotValidate()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>ktextedit.h</includehint>
</includehints>
<includes>
<include location="global" impldecl="in implementation">ktextedit.h</include>
</includes>
</UI>

@ -263,4 +263,7 @@ You can choose the number of characters you want to be used for indenting childn
<tabstop>m_pColorErrors</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kcolorbutton.h</include>
</includes>
</UI>

Loading…
Cancel
Save