diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-23 01:52:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-23 01:52:37 +0900 |
commit | f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2 (patch) | |
tree | a88129760945da1e53167dd8b3c17adc674e0c8e /kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui | |
parent | 4f55ea0fcee52e34a720ad5e6bc02d7a6ecb762d (diff) | |
download | tdesdk-f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2.tar.gz tdesdk-f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui')
-rw-r--r-- | kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui b/kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui index 5bf22ced..1b67ae40 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui +++ b/kbabel/kbabeldict/modules/dbsearchengine2/dbseprefwidget.ui @@ -1032,8 +1032,9 @@ Finally you can set the maximum number of entries in the list.</string> </connection> </connections> <includes> - <include location="local" impldecl="in declaration">tdelocale.h</include> - <include location="global" impldecl="in declaration">kseparator.h</include> + <include location="local" impldecl="in declaration">tdelocale.h</include> + <include location="global" impldecl="in declaration">klineedit.h</include> + <include location="global" impldecl="in declaration">kurlrequester.h</include> </includes> <layoutdefaults spacing="6" margin="11"/> </UI> |