diff options
author | Michele Calgaro <[email protected]> | 2022-01-07 12:32:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-07 12:32:19 +0900 |
commit | 3459eebc29bab84ae9b68498e6111acd0a58a299 (patch) | |
tree | bf7434af765c60bfc9ac80e69bd9eef0bef205db /kopete/protocols/jabber | |
parent | e04bae8c093055fe3f0cd1d37bdcb699f4054848 (diff) | |
download | tdenetwork-3459eebc29bab84ae9b68498e6111acd0a58a299.tar.gz tdenetwork-3459eebc29bab84ae9b68498e6111acd0a58a299.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete/protocols/jabber')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui b/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui index 551d9322..5a13dbd9 100644 --- a/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui +++ b/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui @@ -1043,7 +1043,7 @@ If two resources have the same priority, the messages will be sent to the one co <tabstop>cbSendComposingEvent</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kopetepasswordwidget.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kopetepasswordwidget.h</include> +</includes> </UI> |