diff options
author | Slávek Banko <[email protected]> | 2018-09-21 03:02:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-21 03:02:29 +0200 |
commit | 94033dc8bbdc719864d178f67d9a32396ec35583 (patch) | |
tree | 5184ebb42d624d23171b6f8a37ddc6cab3ac5d80 /kopete/protocols/winpopup/ui/wpeditaccountbase.ui | |
parent | 716e33b80b485b3bd1a67a7841d230ba5ec73a99 (diff) | |
download | tdenetwork-94033dc8bbdc719864d178f67d9a32396ec35583.tar.gz tdenetwork-94033dc8bbdc719864d178f67d9a32396ec35583.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kopete/protocols/winpopup/ui/wpeditaccountbase.ui')
-rw-r--r-- | kopete/protocols/winpopup/ui/wpeditaccountbase.ui | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kopete/protocols/winpopup/ui/wpeditaccountbase.ui b/kopete/protocols/winpopup/ui/wpeditaccountbase.ui index ecf97df5..ed10dfb2 100644 --- a/kopete/protocols/winpopup/ui/wpeditaccountbase.ui +++ b/kopete/protocols/winpopup/ui/wpeditaccountbase.ui @@ -348,11 +348,12 @@ However, the recommended way is to ask your administrator to create this directo <slot>installSamba()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> +<includes> + <include location="global" impldecl="in implementation">knuminput.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> <includehints> - <includehint>kpushbutton.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>kurlrequester.h</includehint> <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> </includehints> </UI> |