Add includes to UI files to resolve FTBFS.

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

@ -140,9 +140,8 @@ This is not the same as webcam chat you can find in the newer Windows Messenger
<customwidgets> <customwidgets>
</customwidgets> </customwidgets>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints> <includes>
<includehint>kcombobox.h</includehint> <include location="global" impldecl="in implementation">kactivelabel.h</include>
<includehint>klineedit.h</includehint> <include location="global" impldecl="in implementation">kcombobox.h</include>
<includehint>kactivelabel.h</includehint> </includes>
</includehints>
</UI> </UI>

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

@ -1413,9 +1413,7 @@ Only check this option if the normal connection doesn't work.</string>
<tabstop>m_RLButton</tabstop> <tabstop>m_RLButton</tabstop>
</tabstops> </tabstops>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints> <includes>
<includehint>kopetepasswordwidget.h</includehint> <include location="global" impldecl="in implementation">kcombobox.h</include>
<includehint>kcombobox.h</includehint> </includes>
<includehint>klineedit.h</includehint>
</includehints>
</UI> </UI>

Loading…
Cancel
Save