diff options
author | Slávek Banko <[email protected]> | 2018-09-23 13:07:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-23 13:07:23 +0200 |
commit | a213def8e9bf36d3554373e623a8e84ef46ad960 (patch) | |
tree | 85ca179bd571c82450921c5b6fc1e08260b474e6 /buildtools/qmake/disablesubprojectdlgbase.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 <[email protected]>
Diffstat (limited to 'buildtools/qmake/disablesubprojectdlgbase.ui')
-rw-r--r-- | buildtools/qmake/disablesubprojectdlgbase.ui | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/buildtools/qmake/disablesubprojectdlgbase.ui b/buildtools/qmake/disablesubprojectdlgbase.ui index 863e28f8..2adc1544 100644 --- a/buildtools/qmake/disablesubprojectdlgbase.ui +++ b/buildtools/qmake/disablesubprojectdlgbase.ui @@ -118,9 +118,8 @@ </connection> </connections> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>tdelistview.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> </UI> |