diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-05 10:27:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-05 10:27:02 +0900 |
commit | 3078b5fa12d8988c55fdb511682736daecbc1ff8 (patch) | |
tree | ca09893c538eb8b88d6f7272de71b3d49512a72b /kcontrol/componentchooser | |
parent | d9743d0420c071e5dcc70f0ff793a035b829ea38 (diff) | |
download | tdebase-3078b5fa12d8988c55fdb511682736daecbc1ff8.tar.gz tdebase-3078b5fa12d8988c55fdb511682736daecbc1ff8.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/componentchooser')
-rw-r--r-- | kcontrol/componentchooser/componentchooser_ui.ui | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kcontrol/componentchooser/componentchooser_ui.ui b/kcontrol/componentchooser/componentchooser_ui.ui index c810f1e31..9abdeec12 100644 --- a/kcontrol/componentchooser/componentchooser_ui.ui +++ b/kcontrol/componentchooser/componentchooser_ui.ui @@ -123,11 +123,8 @@ </widget> <includes> <include location="global" impldecl="in declaration">tdelistbox.h</include> - <include location="local" impldecl="in implementation">kdialog.h</include> + <include location="local" impldecl="in implementation">kdialog.h</include> </includes> <layoutdefaults spacing="3" margin="6"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>tdelistbox.h</includehint> -</includehints> </UI> |