diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-08 11:52:43 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-17 16:26:44 +0100 |
commit | a5bb6fd19c165061460268f86e6fb164f9313e2b (patch) | |
tree | b0aee7bffe2443e7bebdefc4237efb2c549bdc40 /kspell2 | |
parent | a18e805939f7180ff5a6863082f079ad5681071a (diff) | |
download | tdelibs-a5bb6fd19c165061460268f86e6fb164f9313e2b.tar.gz tdelibs-a5bb6fd19c165061460268f86e6fb164f9313e2b.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 'kspell2')
-rw-r--r-- | kspell2/ui/configui.ui | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/kspell2/ui/configui.ui b/kspell2/ui/configui.ui index d6f6e596b..d998ff737 100644 --- a/kspell2/ui/configui.ui +++ b/kspell2/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> |