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 /kscd | |
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 'kscd')
-rw-r--r-- | kscd/configWidgetUI.ui | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/kscd/configWidgetUI.ui b/kscd/configWidgetUI.ui index 8acca09f..79c06938 100644 --- a/kscd/configWidgetUI.ui +++ b/kscd/configWidgetUI.ui @@ -452,13 +452,11 @@ <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcolorbutton.h</include> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> <include location="global" impldecl="in implementation">knuminput.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kurlrequester.h</include> <include location="global" impldecl="in implementation">tdefontrequester.h</include> </includes> -<includehints> - <includehint>kcombobox.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> </UI> |