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/jabber/ui/dlgjabberregisteraccount.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/jabber/ui/dlgjabberregisteraccount.ui')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabberregisteraccount.ui | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/kopete/protocols/jabber/ui/dlgjabberregisteraccount.ui b/kopete/protocols/jabber/ui/dlgjabberregisteraccount.ui index ea3d51c0..3133542d 100644 --- a/kopete/protocols/jabber/ui/dlgjabberregisteraccount.ui +++ b/kopete/protocols/jabber/ui/dlgjabberregisteraccount.ui @@ -310,10 +310,9 @@ <tabstop>lePasswordVerify</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>kpassdlg.h</includehint> - <includehint>kpassdlg.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">knuminput.h</include> + <include location="global" impldecl="in implementation">kpassdlg.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> +</includes> </UI> |