Add includes to UI files to resolve FTBFS.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/19/head
Slávek Banko 4 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>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kcombobox.h</includehint>
<includehint>klineedit.h</includehint>
<includehint>kactivelabel.h</includehint>
</includehints>
<includes>
<include location="global" impldecl="in implementation">kactivelabel.h</include>
<include location="global" impldecl="in implementation">kcombobox.h</include>
</includes>
</UI>

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

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

Loading…
Cancel
Save