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/meanwhile | |
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/meanwhile')
-rw-r--r-- | kopete/protocols/meanwhile/ui/meanwhileeditaccountbase.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/meanwhile/ui/meanwhileeditaccountbase.ui b/kopete/protocols/meanwhile/ui/meanwhileeditaccountbase.ui index 914d1533..024b4657 100644 --- a/kopete/protocols/meanwhile/ui/meanwhileeditaccountbase.ui +++ b/kopete/protocols/meanwhile/ui/meanwhileeditaccountbase.ui @@ -431,7 +431,7 @@ <tabstop>mScreenName</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> |