summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-08-20 12:36:34 +0300
committerAlexander Golubev <fatzer2@gmail.com>2025-08-20 12:41:22 +0300
commitcc7db76b2ac4073e2a4274b854cc8f9f12d89d66 (patch)
treede6621bf6739b60a15d975c057ef7311e2dc8f3c
parentdd703bc6482cb06bdabd9fbc2ccf9750a6e9e469 (diff)
downloadkommando-cc7db76b2ac4073e2a4274b854cc8f9f12d89d66.tar.gz
kommando-cc7db76b2ac4073e2a4274b854cc8f9f12d89d66.zip
Use <include> rather than <includehint> in .ui fileHEADmaster
This fixes FTBFS on a system with minimal-ish configuration of tqt/tdelibs. Note: tqtdesigner also wants to resave thees <includehints> as <includes>. I suspect the former one were used by some earlier versions of designer. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r--src/configdialog.ui10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/configdialog.ui b/src/configdialog.ui
index 7315486..7a707a7 100644
--- a/src/configdialog.ui
+++ b/src/configdialog.ui
@@ -997,9 +997,9 @@
<slot>slotRemoveListViewClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
-<includehints>
- <includehint>kicondialog.h</includehint>
- <includehint>kcolorbutton.h</includehint>
- <includehint>kkeybutton.h</includehint>
-</includehints>
+<includes>
+ <include location="global" impldecl="in implementation">kicondialog.h</include>
+ <include location="global" impldecl="in implementation">kcolorbutton.h</include>
+ <include location="global" impldecl="in implementation">kkeybutton.h</include>
+</includes>
</UI>