diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 00:23:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 00:24:15 +0900 |
commit | 8570f776f9daf2ca6e55c1258fc0653042aa4375 (patch) | |
tree | f424cd0f763b808bd1c38a355d08f8b3bf2c41b6 | |
parent | 10f2f48d613008053d05ddb93d6b5145ccebab0e (diff) | |
download | tdeio-locate-8570f776f9daf2ca6e55c1258fc0653042aa4375.tar.gz tdeio-locate-8570f776f9daf2ca6e55c1258fc0653042aa4375.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 98f470393545179169c8bb7b9347b9a10526aee1)
-rw-r--r-- | src/klocateconfigfilterwidget.ui | 9 | ||||
-rw-r--r-- | src/klocateconfiglocatewidget.ui | 7 | ||||
-rw-r--r-- | src/klocateconfigwidget.ui | 8 |
3 files changed, 10 insertions, 14 deletions
diff --git a/src/klocateconfigfilterwidget.ui b/src/klocateconfigfilterwidget.ui index 9465f7c..c024bcd 100644 --- a/src/klocateconfigfilterwidget.ui +++ b/src/klocateconfigfilterwidget.ui @@ -96,10 +96,7 @@ </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>keditlistbox.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>keditlistbox.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">keditlistbox.h</include> +</includes> </UI> diff --git a/src/klocateconfiglocatewidget.ui b/src/klocateconfiglocatewidget.ui index db311dd..e1a6c21 100644 --- a/src/klocateconfiglocatewidget.ui +++ b/src/klocateconfiglocatewidget.ui @@ -204,8 +204,7 @@ </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">klineedit.h</include> +</includes> </UI> diff --git a/src/klocateconfigwidget.ui b/src/klocateconfigwidget.ui index 433512d..b1704a3 100644 --- a/src/klocateconfigwidget.ui +++ b/src/klocateconfigwidget.ui @@ -384,8 +384,8 @@ </image> </images> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>knuminput.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">knuminput.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> +</includes> </UI> |