diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-07 12:32:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-07 12:37:22 +0900 |
commit | dbe7eb4bd0feafb4a687789c157b0dbed2d7b097 (patch) | |
tree | f33b075837c9a168cbbbd940f82682e1cbaf6610 /kopete/protocols/oscar/icq | |
parent | 340b9b6076ab2ac4c37418a4e7822e475c96614f (diff) | |
download | tdenetwork-dbe7eb4bd0feafb4a687789c157b0dbed2d7b097.tar.gz tdenetwork-dbe7eb4bd0feafb4a687789c157b0dbed2d7b097.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3459eebc29bab84ae9b68498e6111acd0a58a299)
Diffstat (limited to 'kopete/protocols/oscar/icq')
-rw-r--r-- | kopete/protocols/oscar/icq/ui/icqeditaccountui.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/oscar/icq/ui/icqeditaccountui.ui b/kopete/protocols/oscar/icq/ui/icqeditaccountui.ui index bd9f2f8e..fd0ac697 100644 --- a/kopete/protocols/oscar/icq/ui/icqeditaccountui.ui +++ b/kopete/protocols/oscar/icq/ui/icqeditaccountui.ui @@ -480,7 +480,7 @@ If you do not currently have an ICQ account, please click the button to create o <tabstop>chkWebAware</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> |