diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-09-23 13:07:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-23 13:07:23 +0200 |
commit | a213def8e9bf36d3554373e623a8e84ef46ad960 (patch) | |
tree | 85ca179bd571c82450921c5b6fc1e08260b474e6 /src/profileengine/editor/profileeditorbase.ui | |
parent | 385cc72208152a3557d20dc453e4697f2ce79086 (diff) | |
download | tdevelop-a213def8e9bf36d3554373e623a8e84ef46ad960.tar.gz tdevelop-a213def8e9bf36d3554373e623a8e84ef46ad960.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/profileengine/editor/profileeditorbase.ui')
-rw-r--r-- | src/profileengine/editor/profileeditorbase.ui | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/src/profileengine/editor/profileeditorbase.ui b/src/profileengine/editor/profileeditorbase.ui index 924baef2..36acd44d 100644 --- a/src/profileengine/editor/profileeditorbase.ui +++ b/src/profileengine/editor/profileeditorbase.ui @@ -662,23 +662,12 @@ <slot>delDisabled()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>tdelistview.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>tdelistbox.h</includehint> - <includehint>tdelistbox.h</includehint> - <includehint>tdelistview.h</includehint> - <includehint>tdelistview.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>tdelistview.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>tdelistview.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">kdialog.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">tdelistbox.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> </UI> |