diff options
author | Michele Calgaro <[email protected]> | 2018-09-23 01:52:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-23 01:52:37 +0900 |
commit | f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2 (patch) | |
tree | a88129760945da1e53167dd8b3c17adc674e0c8e /kbabel/kbabeldict/modules/dbsearchengine | |
parent | 4f55ea0fcee52e34a720ad5e6bc02d7a6ecb762d (diff) | |
download | tdesdk-f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2.tar.gz tdesdk-f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kbabel/kbabeldict/modules/dbsearchengine')
-rw-r--r-- | kbabel/kbabeldict/modules/dbsearchengine/dbseprefwidget.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kbabel/kbabeldict/modules/dbsearchengine/dbseprefwidget.ui b/kbabel/kbabeldict/modules/dbsearchengine/dbseprefwidget.ui index e1f1db77..1d11069e 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/dbseprefwidget.ui +++ b/kbabel/kbabeldict/modules/dbsearchengine/dbseprefwidget.ui @@ -1029,8 +1029,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> |