diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-08 11:52:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-08 12:21:09 +0900 |
commit | 1893a88e9b7988730a50000c92634929efe96a41 (patch) | |
tree | 7bf6ba5522225a863c80bd10cde2f258fd5d5c0b /tdespell2 | |
parent | aab9e9dc3a174b2b182782b7e3c6e58c38e3209f (diff) | |
download | tdelibs-1893a88e9b7988730a50000c92634929efe96a41.tar.gz tdelibs-1893a88e9b7988730a50000c92634929efe96a41.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b5fad55e8b099df4aa97a9a7b089882f56e42803)
Diffstat (limited to 'tdespell2')
-rw-r--r-- | tdespell2/ui/configui.ui | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tdespell2/ui/configui.ui b/tdespell2/ui/configui.ui index 94b0061cd..6fe99759a 100644 --- a/tdespell2/ui/configui.ui +++ b/tdespell2/ui/configui.ui @@ -102,13 +102,9 @@ <customwidgets> </customwidgets> <includes> - <include location="global" impldecl="in implementation">keditlistbox.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">keditlistbox.h</include> </includes> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kcombobox.h</includehint> - <includehint>keditlistbox.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> </UI> |