diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-23 01:52:37 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-22 19:56:03 +0200 |
commit | 8895c7d4ede4be924d5c00293b0db6423498fc2f (patch) | |
tree | d93ce2b712f0b99089b5fb35ea4874278fe7576a /kbabel/kbabeldict/modules/dbsearchengine/dbseprefwidget.ui | |
parent | 7fdcead923fb2d583f846ad719ab2590c502cad1 (diff) | |
download | tdesdk-8895c7d4ede4be924d5c00293b0db6423498fc2f.tar.gz tdesdk-8895c7d4ede4be924d5c00293b0db6423498fc2f.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f1b639fcc7a87e815f2de0a16a7a7f0d55fc10c2)
Diffstat (limited to 'kbabel/kbabeldict/modules/dbsearchengine/dbseprefwidget.ui')
-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> |