diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-06 10:57:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-06 10:57:55 +0900 |
commit | 92f8d42c7206f6cd1e8d3c6192528d092dba467c (patch) | |
tree | 735c4e2e76041c9d694daca52eee7be0bdfb16ca /kaudiocreator/encodefile.ui | |
parent | 09304c0fab211bef8108552286eed89610bf1f77 (diff) | |
download | tdemultimedia-92f8d42c7206f6cd1e8d3c6192528d092dba467c.tar.gz tdemultimedia-92f8d42c7206f6cd1e8d3c6192528d092dba467c.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kaudiocreator/encodefile.ui')
-rw-r--r-- | kaudiocreator/encodefile.ui | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/kaudiocreator/encodefile.ui b/kaudiocreator/encodefile.ui index d0b6df94..10eed553 100644 --- a/kaudiocreator/encodefile.ui +++ b/kaudiocreator/encodefile.ui @@ -338,10 +338,8 @@ <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in declaration">kdialog.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kurlrequester.h</include> </includes> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> </UI> |