summaryrefslogtreecommitdiffstats
path: root/tdefilereplace
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-09-22 12:47:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-22 12:47:40 +0200
commitfa8da6b1ca1c6cdd5cab8b5c7f4a0cc1e65250a8 (patch)
treed4646ba2a344ce549df562a7f2268d35c7b454d0 /tdefilereplace
parent2a2d1c2510647925f8deec693fcd9bebd2608143 (diff)
downloadtdeutils-fa8da6b1ca1c6cdd5cab8b5c7f4a0cc1e65250a8.tar.gz
tdeutils-fa8da6b1ca1c6cdd5cab8b5c7f4a0cc1e65250a8.zip
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdefilereplace')
-rw-r--r--tdefilereplace/knewprojectdlgs.ui5
-rw-r--r--tdefilereplace/koptionsdlgs.ui3
-rw-r--r--tdefilereplace/tdefilereplaceviewwdg.ui13
3 files changed, 12 insertions, 9 deletions
diff --git a/tdefilereplace/knewprojectdlgs.ui b/tdefilereplace/knewprojectdlgs.ui
index d292814..84f6150 100644
--- a/tdefilereplace/knewprojectdlgs.ui
+++ b/tdefilereplace/knewprojectdlgs.ui
@@ -990,4 +990,9 @@
<tabstop>m_dedDateMax</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
+<includes>
+ <include location="global" impldecl="in implementation">kcombobox.h</include>
+ <include location="global" impldecl="in implementation">klineedit.h</include>
+ <include location="global" impldecl="in implementation">kpushbutton.h</include>
+</includes>
</UI>
diff --git a/tdefilereplace/koptionsdlgs.ui b/tdefilereplace/koptionsdlgs.ui
index 131e01f..196ad2c 100644
--- a/tdefilereplace/koptionsdlgs.ui
+++ b/tdefilereplace/koptionsdlgs.ui
@@ -344,4 +344,7 @@
<tabstop>m_chbIgnoreHidden</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
+<includes>
+ <include location="global" impldecl="in implementation">kcombobox.h</include>
+</includes>
</UI>
diff --git a/tdefilereplace/tdefilereplaceviewwdg.ui b/tdefilereplace/tdefilereplaceviewwdg.ui
index 297d06e..cb08e45 100644
--- a/tdefilereplace/tdefilereplaceviewwdg.ui
+++ b/tdefilereplace/tdefilereplaceviewwdg.ui
@@ -574,13 +574,8 @@
</grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
-<includehints>
- <includehint>tdelistview.h</includehint>
- <includehint>tdelistview.h</includehint>
- <includehint>tdelistview.h</includehint>
- <includehint>tdelistview.h</includehint>
- <includehint>kled.h</includehint>
- <includehint>kled.h</includehint>
- <includehint>kled.h</includehint>
-</includehints>
+<includes>
+ <include location="global" impldecl="in implementation">kled.h</include>
+ <include location="global" impldecl="in implementation">tdelistview.h</include>
+</includes>
</UI>