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 /buildtools/custommakefiles/custommakeconfigwidgetbase.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 'buildtools/custommakefiles/custommakeconfigwidgetbase.ui')
-rw-r--r-- | buildtools/custommakefiles/custommakeconfigwidgetbase.ui | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/buildtools/custommakefiles/custommakeconfigwidgetbase.ui b/buildtools/custommakefiles/custommakeconfigwidgetbase.ui index 3dcdfef7..cae0a6e0 100644 --- a/buildtools/custommakefiles/custommakeconfigwidgetbase.ui +++ b/buildtools/custommakefiles/custommakeconfigwidgetbase.ui @@ -375,9 +375,6 @@ <tabstop>copyenvs_button</tabstop> <tabstop>removeenvs_button</tabstop> </tabstops> -<includes> - <include location="global" impldecl="in implementation">kdialog.h</include> -</includes> <Q_SLOTS> <slot access="protected">envNameChanged(const TQString &)</slot> <slot access="protected">envChanged(const TQString&)</slot> @@ -387,9 +384,8 @@ </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kdialog.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> +</includes> </UI> |